Home
last modified time | relevance | path

Searched refs:getSoftReverseReferences (Results 1 – 3 of 3) sorted by relevance

/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java472 assertFalse(obj.getSoftReverseReferences().contains(ref));
473 assertTrue(obj.getSoftReverseReferences().contains(weak));
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatInstance.java441 @Deprecated public List<AhatInstance> getSoftReverseReferences() { in getSoftReverseReferences() method in AhatInstance
/art/tools/ahat/etc/
Dahat_api.txt97 …ublic deprecated java.util.List<com.android.ahat.heapdump.AhatInstance> getSoftReverseReferences();