Home
last modified time | relevance | path

Searched refs:notWeakerThan (Results 1 – 5 of 5) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DReachability.java78 public boolean notWeakerThan(Reachability other) { in notWeakerThan() method in Reachability
DDominatorReferenceIterator.java42 if (ref.reachability.notWeakerThan(mRetained)) { in hasNext()
DSite.java219 if (inst.getReachability().notWeakerThan(retained)) { in prepareForUse()
DAhatInstance.java742 if (childRef.reachability.notWeakerThan(reachability)) { in computeReachability()
/art/tools/ahat/etc/
Dahat_api.txt199 method public boolean notWeakerThan(com.android.ahat.heapdump.Reachability);