Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 8 of 8) sorted by relevance

/dalvik/hit/src/com/android/hit/
DRootObj.java54 Instance instance = state.findReference(mId); in getClassName() local
68 Instance instance = null; in getSize() local
DClassObj.java82 Instance instance = state.findReference(id); in resolveReferences() local
127 public final void addInstance(Instance instance) { in addInstance()
216 Instance instance = state.findReference(id); in visit() local
DArrayInstance.java62 Instance instance = state.findReference(id); in resolveReferences() local
118 Instance instance = state.findReference(id); in visit() local
DState.java103 public final void addInstance(long id, Instance instance) { in addInstance()
113 Instance instance = heap.getInstance(id); in findReference() local
DClassInstance.java71 Instance instance = state.findReference(id); in resolve() local
131 Instance instance = state.findReference(id); in visit() local
DInstance.java39 public boolean accept(Instance instance); in accept()
DHeap.java91 public final void addInstance(long id, Instance instance) { in addInstance()
DHprofParser.java521 ClassInstance instance = new ClassInstance(id, stack, classId); in loadInstanceDump() local