Home
last modified time | relevance | path

Searched refs:kInvalidObject (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Dobject_registry.cc24 mirror::Object* const ObjectRegistry::kInvalidObject = reinterpret_cast<mirror::Object*>(1); member in art::ObjectRegistry
137 return kInvalidObject; in InternalGet()
Dobject_registry.h94 static mirror::Object* const kInvalidObject; variable
/art/runtime/
Ddebugger.cc405 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in DecodeArray()
420 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in DecodeClass()
437 if (thread_peer == NULL || thread_peer == ObjectRegistry::kInvalidObject) { in DecodeThread()
834 if (o == ObjectRegistry::kInvalidObject) { in GetClassName()
878 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetClassLoader()
909 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetMonitorInfo()
1054 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetReferringObjects()
1068 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in DisableCollection()
1082 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in EnableCollection()
1098 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in IsCollected()
[all …]