Searched refs:getHeapIndex (Results 1 – 5 of 5) sorted by relevance
62 int index = mSnapshot.getHeapIndex(heap); in getSize()
154 public int getHeapIndex(Heap heap) { in getHeapIndex() method in AhatSnapshot155 return mSnapshot.getHeapIndex(heap); in getHeapIndex()
70 mIndex = snapshot.getHeapIndex(heap); in InstanceByHeapRetainedSize()
227 int index = mSnapshot.getHeapIndex(heap); in printDominatorPath()
64 * Document that getHeapIndex returns -1 for no such heap.