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