Modifier and Type | Class and Description |
---|---|
class |
HprofBinClassElement
HprofBinClassElement is the representation of a java class in a binary heap dump.
|
Modifier and Type | Method and Description |
---|---|
HprofClassElement |
HprofHeapAllocation.class_addr() |
HprofClassElement |
HprofHeapAllocation.getActualClass() |
static HprofClassElement |
Madmap.getFakeArrayClass(String nm) |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<HprofClassElement,HprofClassElement> |
Madmap.getClasses() |
ConcurrentHashMap<HprofClassElement,HprofClassElement> |
Madmap.getClasses() |
Modifier and Type | Method and Description |
---|---|
void |
HprofHeapAllocation.set_class_addr(HprofClassElement new_addr) |
Modifier and Type | Method and Description |
---|---|
void |
MainWindow.addFinalizerHeapTab(List<HprofClassElement> finalizableHeap) |
void |
MainWindow.addLiveHeapTab(List<HprofClassElement> liveHeap,
long liveSize) |
ArrayList<Byte> |
HprofBinClassElement.buildSuperTypeInfo(AbstractMap<HprofClassElement,HprofClassElement> h) |
ArrayList<Byte> |
HprofBinClassElement.buildSuperTypeInfo(AbstractMap<HprofClassElement,HprofClassElement> h) |
Constructor and Description |
---|
HprofArrayObject(long addr,
String type,
int trace,
long size,
long nelems,
HprofClassElement cls_addr,
ArrayList elems) |
HprofHeapAllocation(long addr,
int trace,
HprofClassElement cls_addr) |
HprofObject(long addr,
String klass,
HprofClassElement cls_addr,
long size,
int trace,
ArrayList names,
ArrayList objs) |
Constructor and Description |
---|
FinalizerTableModel(List<HprofClassElement> fList) |
LiveHeapTableModel(List<HprofClassElement> initialSortedHeap,
long liveSize) |
Copyright © 2008-2012. All Rights Reserved.