Searched refs:registry (Results 1 – 4 of 4) 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()
996 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostFieldEvent() local997 ObjectId instance_id = registry->Add(basket.thisPtr); in PostFieldEvent()998 RefTypeId field_type_id = registry->AddRefType(field->GetDeclaringClass()); in PostFieldEvent()1179 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostException() local1180 ObjectId exceptionId = registry->Add(exception_object); in PostException()1252 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostClassPrepare() local1253 RefTypeId class_id = registry->AddRefType(basket.locationClass); in PostClassPrepare()
2192 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in GetChildThreadGroups() local2194 child_thread_group_ids->push_back(registry->Add(groups_array_as_array->Get(i))); in GetChildThreadGroups()