Home
last modified time | relevance | path

Searched refs:reachability (Results 1 – 10 of 10) sorted by relevance

/art/test/072-reachability-fence/
DAndroid.bp3 // Build rules for ART run-test `072-reachability-fence`.
16 name: "art-run-test-072-reachability-fence",
21 ":art-run-test-072-reachability-fence-expected-stdout",
22 ":art-run-test-072-reachability-fence-expected-stderr",
28 name: "art-run-test-072-reachability-fence-expected-stdout",
29 out: ["art-run-test-072-reachability-fence-expected-stdout.txt"],
36 name: "art-run-test-072-reachability-fence-expected-stderr",
37 out: ["art-run-test-072-reachability-fence-expected-stderr.txt"],
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DReference.java29 public final Reachability reachability; field in Reference
31 public Reference(AhatInstance src, String field, AhatInstance ref, Reachability reachability) { in Reference() argument
35 this.reachability = reachability; in Reference()
DAhatInstance.java727 for (Reachability reachability : Reachability.values()) { in computeReachability()
728 queues.put(reachability, new ArrayDeque<Reference>()); in computeReachability()
735 for (Reachability reachability : Reachability.values()) { in computeReachability()
736 Queue<Reference> queue = queues.get(reachability); in computeReachability()
742 ref.ref.mReachability = reachability; in computeReachability()
748 if (childRef.reachability.notWeakerThan(reachability)) { in computeReachability()
751 queues.get(childRef.reachability).add(childRef); in computeReachability()
DDominatorReferenceIterator.java42 if (ref.reachability.notWeakerThan(mRetained)) { in hasNext()
DAhatClassInstance.java406 Reachability reachability = Reachability.STRONG; in hasNext() local
408 reachability = mJavaLangRefType; in hasNext()
411 mNext = new Reference(AhatClassInstance.this, "." + field.name, ref, reachability); in hasNext()
/art/tools/ahat/src/main/com/android/ahat/
DSummarizer.java56 Reachability reachability = inst.getReachability(); in summarize() local
57 if (reachability != Reachability.STRONG) { in summarize()
58 formatted.append(reachability.toString() + " "); in summarize()
/art/tools/ahat/
DREADME.txt17 The weakest reachability of instances to treat as retained.
77 Updated public APIs for dominators computation, reachability and parser.
/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java227 public void reachability() throws IOException { in reachability() method in InstanceTest
/art/
DTEST_MAPPING170 "name": "art-run-test-072-reachability-fence"
1598 "name": "art-run-test-072-reachability-fence[com.google.android.art.apex]"
3044 "name": "art-run-test-072-reachability-fence"
4480 "name": "art-run-test-072-reachability-fence"
/art/tools/fuzzer/
DAndroid.bp285 "host_072-reachability-fence_classes.dex",