Home
last modified time | relevance | path

Searched refs:gcPathArray (Results 1 – 2 of 2) sorted by relevance

/art/tools/ahat/src/test-dump/
DDumpedStuff.java87 gcPathArray[2].right.left = gcPathArray[2].left.right; in DumpedStuff()
182 public ObjectTree[] gcPathArray = new ObjectTree[]{null, null, field in DumpedStuff
/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java249 AhatInstance gcPathArray = dump.getDumpedAhatInstance("gcPathArray"); in gcRootPath() local
250 Value value = gcPathArray.asArrayInstance().getValue(2); in gcRootPath()
266 assertEquals(gcPathArray, path.get(2).instance); in gcRootPath()