Searched refs:kInvalidObject (Results 1 – 3 of 3) sorted by relevance
23 mirror::Object* const ObjectRegistry::kInvalidObject = reinterpret_cast<mirror::Object*>(1); member in art::ObjectRegistry114 return kInvalidObject; in InternalGet()
80 static mirror::Object* const kInvalidObject; variable
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()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 …]