Home
last modified time | relevance | path

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

/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DAhatClassInstance.java61 @Override public AhatInstance getRefField(String fieldName) { in getRefField() method in AhatClassInstance
133 return getRefField("referent"); in getReferent()
140 AhatInstance location = getRefField("location"); in getDexCacheLocation()
235 AhatInstance field = getRefField(fieldName); in getByteArrayField()
H A DAhatInstance.java476 public AhatInstance getRefField(String fieldName) { in getRefField() method in AhatInstance
/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A DInstanceTest.java252 AhatInstance left = base.getRefField("left"); in gcRootPath()
253 AhatInstance right = base.getRefField("right"); in gcRootPath()
254 AhatInstance target = left.getRefField("right"); in gcRootPath()
/aosp12/art/tools/ahat/etc/
H A Dahat_api.txt94 method public com.android.ahat.heapdump.AhatInstance getRefField(String);