Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Dobject_registry.cc23 mirror::Object* const ObjectRegistry::kInvalidObject = reinterpret_cast<mirror::Object*>(1); member in art::ObjectRegistry
114 return kInvalidObject; in InternalGet()
Dobject_registry.h80 static mirror::Object* const kInvalidObject; variable
/art/runtime/
Ddebugger.cc220 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()
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()
953 if (o == ObjectRegistry::kInvalidObject) { in GetObjectTag()
1087 if (o == ObjectRegistry::kInvalidObject) { in SetArrayElements()
[all …]