Lines Matching refs:GetObjectRegistry
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()
4109 result_value = GetObjectRegistry()->Add(pReq->receiver.Read()); in ExecuteMethodWithoutPendingException()