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