Searched refs:getHardReverseReferences (Results 1 – 5 of 5) sorted by relevance
226 if (inst.getHardReverseReferences().isEmpty()) { in printReferences()230 List<AhatInstance> references = inst.getHardReverseReferences(); in printReferences()
327 List<AhatInstance> refs = getHardReverseReferences(); in getAssociatedBitmapInstance()
380 public List<AhatInstance> getHardReverseReferences() { in getHardReverseReferences() method in AhatInstance
417 assertTrue(obj.getHardReverseReferences().contains(ref)); in reverseReferences()418 assertFalse(obj.getHardReverseReferences().contains(weak)); in reverseReferences()
70 method public java.util.List<com.android.ahat.heapdump.AhatInstance> getHardReverseReferences();