Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatClassInstance.java328 AhatClassInstance registry = vregistry.asAhatInstance().asClassInstance(); in asRegisteredNativeAllocation() local
329 if (registry == null || !registry.isInstanceOfClass("libcore.util.NativeAllocationRegistry")) { in asRegisteredNativeAllocation()
333 Value size = registry.getField("size"); in asRegisteredNativeAllocation()
/art/tools/ahat/src/test-dump/
DDumpedStuff.java54 NativeAllocationRegistry registry = new NativeAllocationRegistry( in DumpedStuff() local
56 registry.registerNativeAllocation(anObject, 0xABCDABCD); in DumpedStuff()