public abstract class HprofHeapAllocation extends HprofHeapCollectable
_visitedChildren
_objectaddr
Constructor and Description |
---|
HprofHeapAllocation(long addr) |
HprofHeapAllocation(long addr,
int trace,
HprofClassElement cls_addr) |
Modifier and Type | Method and Description |
---|---|
long |
children_size() |
long[] |
children() |
HprofClassElement |
class_addr() |
String |
className() |
HprofClassElement |
getActualClass() |
int |
getStackTrace() |
void |
set_children(long[] elems) |
void |
set_class_addr(HprofClassElement new_addr) |
int |
setStackTrace(int x) |
abstract long |
size() |
claim, containsRef, getRetainedSize, isAlive, isClaimed, setClaimed, setLiveness, setRetainedSize
addr, equals, hashCode
public HprofHeapAllocation(long addr, int trace, HprofClassElement cls_addr)
public HprofHeapAllocation(long addr)
public long children_size()
children_size
in class HprofHeapCollectable
public void set_children(long[] elems)
public long[] children()
children
in class HprofHeapCollectable
public int getStackTrace()
public int setStackTrace(int x)
public abstract long size()
size
in class HprofHeapCollectable
public HprofClassElement class_addr()
public void set_class_addr(HprofClassElement new_addr)
public HprofClassElement getActualClass()
public String className()
className
in class HprofHeapCollectable
Copyright © 2008-2012. All Rights Reserved.