Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatInstance.java165 public boolean isStronglyReachable() { in isStronglyReachable() method in AhatInstance
183 return !isStronglyReachable() && mNextInstanceToGcRoot != null; in isWeaklyReachable()
195 return !isStronglyReachable() && !isWeaklyReachable(); in isUnreachable()
DSite.java216 if (inst.isStronglyReachable()) { in prepareForUse()
/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java391 assertTrue(root.isStronglyReachable()); in weakRefToGcRoot()
405 assertTrue(ref.isStronglyReachable()); in weakReferenceChain()
/art/tools/ahat/etc/
Dahat_api.txt89 method public boolean isStronglyReachable();