Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatInstance.java54 private ArrayList<AhatInstance> mSoftReverseReferences; field in AhatInstance
394 if (mSoftReverseReferences != null) { in getSoftReverseReferences()
395 return mSoftReverseReferences; in getSoftReverseReferences()
661 if (ref.ref.mSoftReverseReferences == null) { in computeReverseReferences()
662 ref.ref.mSoftReverseReferences = new ArrayList<AhatInstance>(); in computeReverseReferences()
664 ref.ref.mSoftReverseReferences.add(ref.src); in computeReverseReferences()