Home
last modified time | relevance | path

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

/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DAhatArrayInstance.java343 List<AhatInstance> refs = getHardReverseReferences(); in getAssociatedClassForOverhead()
H A DAhatInstance.java426 @Deprecated public List<AhatInstance> getHardReverseReferences() { in getHardReverseReferences() method in AhatInstance
/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A DInstanceTest.java479 assertTrue(obj.getHardReverseReferences().contains(ref));
480 assertFalse(obj.getHardReverseReferences().contains(weak));
/aosp12/art/tools/ahat/etc/
H A Dahat_api.txt88 method @Deprecated public List<AhatInstance> getHardReverseReferences();