Searched refs:ObjectRegistry (Results 1 – 5 of 5) sorted by relevance
25 mirror::Object* const ObjectRegistry::kInvalidObject = reinterpret_cast<mirror::Object*>(1);35 ObjectRegistry::ObjectRegistry() in ObjectRegistry() function in art::ObjectRegistry39 JDWP::RefTypeId ObjectRegistry::AddRefType(mirror::Class* c) { in AddRefType()43 JDWP::ObjectId ObjectRegistry::Add(mirror::Object* o) { in Add()47 JDWP::ObjectId ObjectRegistry::InternalAdd(mirror::Object* o) { in InternalAdd()91 bool ObjectRegistry::ContainsLocked(Thread* self, mirror::Object* o, int32_t identity_hash_code, in ContainsLocked()107 void ObjectRegistry::Clear() { in Clear()127 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id) { in InternalGet()138 jobject ObjectRegistry::GetJObject(JDWP::ObjectId id) { in GetJObject()150 void ObjectRegistry::DisableCollection(JDWP::ObjectId id) { in DisableCollection()[all …]
59 class ObjectRegistry {61 ObjectRegistry();
975 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostFieldEvent()1180 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostException()1265 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostClassPrepare()
318 ObjectRegistry* Dbg::gRegistry = nullptr;407 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in DecodeArray()422 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in DecodeClass()439 if (thread_peer == NULL || thread_peer == ObjectRegistry::kInvalidObject) { in DecodeThread()650 gRegistry = new ObjectRegistry; in StartJdwp()846 if (o == ObjectRegistry::kInvalidObject) { in GetClassName()890 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetClassLoader()921 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetMonitorInfo()1066 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetReferringObjects()1080 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in DisableCollection()[all …]
47 class ObjectRegistry; variable634 static ObjectRegistry* GetObjectRegistry() { in GetObjectRegistry()682 static ObjectRegistry* gRegistry;