Searched refs:ObjectRegistry (Results 1 – 3 of 3) sorted by relevance
23 mirror::Object* const ObjectRegistry::kInvalidObject = reinterpret_cast<mirror::Object*>(1);33 ObjectRegistry::ObjectRegistry() in ObjectRegistry() function in art::ObjectRegistry37 JDWP::RefTypeId ObjectRegistry::AddRefType(mirror::Class* c) { in AddRefType()41 JDWP::ObjectId ObjectRegistry::Add(mirror::Object* o) { in Add()45 JDWP::ObjectId ObjectRegistry::InternalAdd(mirror::Object* o) { in InternalAdd()82 bool ObjectRegistry::Contains(mirror::Object* o) { in Contains()88 void ObjectRegistry::Clear() { in Clear()109 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id) { in InternalGet()120 jobject ObjectRegistry::GetJObject(JDWP::ObjectId id) { in GetJObject()129 void ObjectRegistry::DisableCollection(JDWP::ObjectId id) { in DisableCollection()[all …]
53 class ObjectRegistry {55 ObjectRegistry();
184 static ObjectRegistry* gRegistry = NULL;220 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in DecodeArray()235 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in DecodeClass()252 if (thread_peer == NULL || thread_peer == ObjectRegistry::kInvalidObject) { in DecodeThread()445 gRegistry = new ObjectRegistry; in StartJdwp()599 if (o == ObjectRegistry::kInvalidObject) { in GetClassName()635 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetClassLoader()663 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetMonitorInfo()799 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetReferringObjects()911 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetReferenceType()[all …]