Home
last modified time | relevance | path

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

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