Home
last modified time | relevance | path

Searched refs:instances (Results 1 – 14 of 14) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DInstances.java35 public Instances(List<T> instances) { in Instances() argument
36 mInstances = instances; in Instances()
40 instances.sort(new Comparator<AhatInstance>() { in Instances()
DAhatSnapshot.java41 Instances<AhatInstance> instances, in AhatSnapshot() argument
47 mInstances = instances; in AhatSnapshot()
DParser.java188 List<AhatInstance> instances = new ArrayList<AhatInstance>(); in parseInternal() local
406 instances.add(obj); in parseInternal()
423 instances.add(obj); in parseInternal()
442 instances.add(obj); in parseInternal()
580 instances.addAll(classes); in parseInternal()
584 Instances<AhatInstance> mInstances = new Instances<AhatInstance>(instances); in parseInternal()
1041 public Value getValue(Type type, Instances instances) {
1043 case OBJECT: return Value.pack(instances.get(getId()));
DDiff.java188 private static void instances(List<AhatInstance> a, List<AhatInstance> b, in instances() method in Diff
341 instances(a.getRooted(), b.getRooted(), placeholders); in snapshots()
/art/tools/ahat/src/main/com/android/ahat/
DDominatedList.java44 Doc doc, Query query, String id, Collection<AhatInstance> instances) { in render() argument
45 List<AhatInstance> insts = new ArrayList<AhatInstance>(instances); in render()
DObjectHandler.java303 List<AhatInstance> instances = inst.getDominated(); in printDominatedObjects() local
304 if (instances != null) { in printDominatedObjects()
305 DominatedList.render(mSnapshot, doc, query, DOMINATED_OBJECTS_ID, instances); in printDominatedObjects()
/art/test/435-new-instance/
Dinfo.txt6 This also verifies that we don't remove dead (code) new-instances which may
/art/tools/ahat/
DREADME.txt17 The weakest reachability of instances to treat as retained.
48 showing all the instances.
60 Add option for viewing subclass instances of a class.
75 Distinguish between weakly reachable and unreachable instances.
/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java150 static final AtomicInteger instances = new AtomicInteger(0); field in JitCacheChurnTest.TaskFive
153 instance = instances.getAndIncrement(); in TaskFive()
/art/tools/jvmti-agents/field-null-percent/
DREADME.md4 instances with that field set to null. This can be useful for determining what
/art/test/
DREADME.chroot.md29 * the possibility to have several standalone ART instances (one per directory,
/art/tools/jfuzz/
DREADME.md83 --num_proc : number of run_jfuzz_test.py instances to run (8 by default)
/art/cmdline/
DREADME.md227 Will parse multiple instances of the same argument repeatedly into the `existing_value` (which will
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt8303 Ljava/util/Currency;->instances:Ljava/util/concurrent/ConcurrentMap;