Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Dobject_registry.cc25 mirror::Object* const ObjectRegistry::kInvalidObject = reinterpret_cast<mirror::Object*>(1); member in art::ObjectRegistry
132 return kInvalidObject; in InternalGet()
Dobject_registry.h90 static mirror::Object* const kInvalidObject; variable
/art/runtime/
Ddebugger.cc407 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()
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()
1094 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in EnableCollection()
1110 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in IsCollected()
[all …]