| Constructor and Description |
|---|
HVMHeap() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize() |
static Heap |
getHeap() |
int |
getHeapSize() |
int |
getMemoryLeftInProcent() |
util.ReferenceIterator |
getRefFromObj(int ref) |
util.ReferenceIterator |
getRefFromStacks() |
int |
getStartAddress() |
util.ReferenceIterator |
getStaticRef() |
boolean |
isRefAllocated(int ref) |
boolean |
isRefAnObj(int ref) |
void |
setBitMap(gc.BitMap bitMap) |
public static Heap getHeap()
public int getMemoryLeftInProcent()
getMemoryLeftInProcent in interface Heappublic util.ReferenceIterator getStaticRef()
getStaticRef in interface Heappublic util.ReferenceIterator getRefFromStacks()
getRefFromStacks in interface Heappublic boolean isRefAnObj(int ref)
isRefAnObj in interface Heappublic boolean isRefAllocated(int ref)
isRefAllocated in interface Heappublic util.ReferenceIterator getRefFromObj(int ref)
getRefFromObj in interface Heappublic int getBlockSize()
getBlockSize in interface Heappublic int getStartAddress()
getStartAddress in interface Heappublic int getHeapSize()
getHeapSize in interface Heap