Searched refs:getSoftReverseReferences (Results 1 – 4 of 4) sorted by relevance
239 if (!inst.getSoftReverseReferences().isEmpty()) { in printReferences()242 List<AhatInstance> references = inst.getSoftReverseReferences(); in printReferences()
419 assertFalse(obj.getSoftReverseReferences().contains(ref)); in reverseReferences()420 assertTrue(obj.getSoftReverseReferences().contains(weak)); in reverseReferences()
393 public List<AhatInstance> getSoftReverseReferences() { in getSoftReverseReferences() method in AhatInstance
82 method public java.util.List<com.android.ahat.heapdump.AhatInstance> getSoftReverseReferences();