Searched refs:registry (Results 1 – 2 of 2) sorted by relevance
328 AhatClassInstance registry = vregistry.asAhatInstance().asClassInstance(); in asRegisteredNativeAllocation() local329 if (registry == null || !registry.isInstanceOfClass("libcore.util.NativeAllocationRegistry")) { in asRegisteredNativeAllocation()333 Value size = registry.getField("size"); in asRegisteredNativeAllocation()
54 NativeAllocationRegistry registry = new NativeAllocationRegistry( in DumpedStuff() local56 registry.registerNativeAllocation(anObject, 0xABCDABCD); in DumpedStuff()