Searched refs:GetObjectRegistry (Results 1 – 3 of 3) sorted by relevance
270 Dbg::GetObjectRegistry()->Get<art::mirror::Class*>(loc.class_id, &error)); in UnregisterLocationEventsOnClass()996 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostFieldEvent()1179 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostException()1252 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostClassPrepare()
418 ObjPtr<mirror::Object> o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error); in DecodeNonNullArray()433 ObjPtr<mirror::Object> o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error); in DecodeClass()451 Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id, error); in DecodeThread()1087 classes_->push_back(Dbg::GetObjectRegistry()->AddRefType(c)); in operator ()()1843 o(hs.NewHandle(Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id, &error))); in GetFieldValueImpl()1942 mirror::Object* v = Dbg::GetObjectRegistry()->Get<mirror::Object*>(value, &error); in SetArtFieldValue()1977 o(hs.NewHandle(Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id, &error))); in SetFieldValueImpl()2111 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, in DecodeThreadGroup()2192 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in GetChildThreadGroups()3650 jobject thread_peer = Dbg::GetObjectRegistry()->GetJObject(thread_id); in ScopedDebuggerThreadSuspension()[all …]
720 static ObjectRegistry* GetObjectRegistry() { in GetObjectRegistry() function