Searched refs:asAhatInstance (Results 1 – 9 of 9) sorted by relevance
63 return value == null ? null : value.asAhatInstance(); in getRefField()120 AhatInstance inst = value.asAhatInstance(); in asString()154 if (value != null && value.asAhatInstance() == this) { in getBinderProxyInterfaceName()222 return value.asAhatInstance().asString(); in getBinderDescriptor()317 AhatClassInstance thunk = vthunk.asAhatInstance().asClassInstance(); in asRegisteredNativeAllocation()328 AhatClassInstance registry = vregistry.asAhatInstance().asClassInstance(); in asRegisteredNativeAllocation()344 rna.referent = referent.asAhatInstance(); in asRegisteredNativeAllocation()443 AhatInstance ref = field.value.asAhatInstance(); in hasNext()
136 value.asAhatInstance(), in getReferences()
247 value.asAhatInstance(), in getReferences()349 if (field.value.asAhatInstance() == this) { in getAssociatedClassForOverhead()
150 public AhatInstance asAhatInstance() { in asAhatInstance() method in Value411 public AhatInstance asAhatInstance() { in asAhatInstance() method in Value.InstanceValue
228 AhatInstance soft1 = strong1.getField("referent").asAhatInstance(); in reachability()229 AhatInstance strong2 = soft1.getField("referent").asAhatInstance(); in reachability()230 AhatInstance weak1 = strong2.getField("referent").asAhatInstance(); in reachability()231 AhatInstance soft2 = weak1.getField("referent").asAhatInstance(); in reachability()232 AhatInstance phantom1 = soft2.getField("referent").asAhatInstance(); in reachability()233 AhatInstance obj = phantom1.getField("referent").asAhatInstance(); in reachability()251 AhatInstance base = value.asAhatInstance(); in gcRootPath()307 AhatInstance strong2 = strong1.getField("referent").asAhatInstance(); in gcRootPathNotWeak()308 AhatInstance strong3 = strong2.getField("referent").asAhatInstance(); in gcRootPathNotWeak()309 AhatInstance object = strong3.getField("referent").asAhatInstance(); in gcRootPathNotWeak()[all …]
188 stuff = field.value.asAhatInstance(); in getDumpedValue()227 return value == null ? null : value.asAhatInstance(); in getDumpedAhatInstance()236 return value == null ? null : value.asAhatInstance(); in getBaselineDumpedAhatInstance()
58 assertEquals(b, Value.getBaseline(va).asAhatInstance()); in diffUnchanged()
144 return summarize(value.asAhatInstance()); in summarize()
297 method public com.android.ahat.heapdump.AhatInstance asAhatInstance();