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()
425 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error); in DecodeNonNullArray()440 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error); in DecodeClass()457 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id, error); in DecodeThread()1092 classes_->push_back(Dbg::GetObjectRegistry()->AddRefType(c)); in operator ()()1876 o(hs.NewHandle(Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id, &error))); in GetFieldValueImpl()1975 mirror::Object* v = Dbg::GetObjectRegistry()->Get<mirror::Object*>(value, &error); in SetArtFieldValue()2010 o(hs.NewHandle(Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id, &error))); in SetFieldValueImpl()2144 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, in DecodeThreadGroup()2225 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in GetChildThreadGroups()3774 jobject thread_peer = Dbg::GetObjectRegistry()->GetJObject(thread_id); in ScopedDebuggerThreadSuspension()[all …]
708 static ObjectRegistry* GetObjectRegistry() { in GetObjectRegistry() function