Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatClassInstance.java116 if (value == null || !value.isAhatInstance()) { in asString()
313 if (vthunk == null || !vthunk.isAhatInstance()) { in asRegisteredNativeAllocation()
324 if (vregistry == null || !vregistry.isAhatInstance()) { in asRegisteredNativeAllocation()
339 if (referent == null || !referent.isAhatInstance()) { in asRegisteredNativeAllocation()
438 if (field.value != null && field.value.isAhatInstance()) { in hasNext()
DAhatClassObj.java133 if (value != null && value.isAhatInstance()) { in getReferences()
DAhatArrayInstance.java232 if (first == null || first.isAhatInstance()) { in getReferences()
243 assert value.isAhatInstance(); in getReferences()
DValue.java140 public boolean isAhatInstance() { in isAhatInstance() method in Value
406 public boolean isAhatInstance() { in isAhatInstance() method in Value.InstanceValue
/art/tools/ahat/src/main/com/android/ahat/
DSummarizer.java143 if (value.isAhatInstance()) { in summarize()
/art/tools/ahat/etc/
Dahat_api.txt306 method public boolean isAhatInstance();