Searched refs:Instances (Results 1 – 4 of 4) sorted by relevance
20 Instances of ClassA 221 Instances of ClassB 122 Instances of null 023 Instances of ClassA assignable 3
26 class Instances<T extends AhatInstance> implements Iterable<T> { class34 public Instances(List<T> instances) { in Instances() method in Instances
33 private final Instances<AhatInstance> mInstances;40 Instances<AhatInstance> instances, in AhatSnapshot()
155 Instances<AhatClassObj> classById = null; in parseHeapDump()229 classById = new Instances<AhatClassObj>(classes); in parseHeapDump()532 Instances<AhatInstance> mInstances = new Instances<AhatInstance>(instances); in parseHeapDump()970 public Value getValue(Type type, Instances instances) {