Searched refs:Instances (Results 1 – 5 of 5) sorted by relevance
22 Instances of ClassA 223 Instances of ClassB 124 Instances of null 025 Instances of ClassA assignable 3
27 class Instances<T extends AhatInstance> implements Iterable<T> { class35 public Instances(List<T> instances) { in Instances() method in Instances
34 private final Instances<AhatInstance> mInstances;43 Instances<AhatInstance> instances, in AhatSnapshot()
203 Instances<AhatClassObj> classById = null; in parseInternal()282 classById = new Instances<AhatClassObj>(classes); in parseInternal()584 Instances<AhatInstance> mInstances = new Instances<AhatInstance>(instances); in parseInternal()1041 public Value getValue(Type type, Instances instances) {
81 …public static BitmapDumpData findBitmapDumpData(SuperRoot root, Instances<AhatInstance> instances)… in findBitmapDumpData()