HomeSort by relevance Sort by last modified time
    Searched refs:gcPathArray (Results 1 - 2 of 2) sorted by null

  /art/tools/ahat/src/test-dump/
DumpedStuff.java 87 gcPathArray[2].right.left = gcPathArray[2].left.right;
140 public ObjectTree[] gcPathArray = new ObjectTree[]{null, null,
  /art/tools/ahat/src/test/com/android/ahat/
InstanceTest.java 227 AhatInstance gcPathArray = dump.getDumpedAhatInstance("gcPathArray");
228 Value value = gcPathArray.asArrayInstance().getValue(2);
241 assertEquals(".gcPathArray", path.get(1).field);
244 assertEquals(gcPathArray, path.get(2).instance);
323 AhatInstance obj = dump.getDumpedAhatInstance("gcPathArray");
352 AhatInstance obj = dump.getDumpedAhatInstance("gcPathArray");

Completed in 75 milliseconds