Home
last modified time | relevance | path

Searched refs:isWeaklyReachable (Results 1 – 4 of 4) sorted by relevance

/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java219 assertTrue(referent.isWeaklyReachable()); in unreachableReferent()
392 assertFalse(root.isWeaklyReachable()); in weakRefToGcRoot()
406 assertTrue(weak1.isWeaklyReachable()); in weakReferenceChain()
407 assertTrue(weak2.isWeaklyReachable()); in weakReferenceChain()
408 assertTrue(weak3.isWeaklyReachable()); in weakReferenceChain()
/art/tools/ahat/src/main/com/android/ahat/
DSummarizer.java54 if (inst.isWeaklyReachable()) { in summarize()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatInstance.java182 public boolean isWeaklyReachable() { in isWeaklyReachable() method in AhatInstance
195 return !isStronglyReachable() && !isWeaklyReachable(); in isUnreachable()
/art/tools/ahat/etc/
Dahat_api.txt91 method public boolean isWeaklyReachable();