Lines Matching refs:ObjectRegistry

318 ObjectRegistry* Dbg::gRegistry = nullptr;
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()
650 gRegistry = new ObjectRegistry; in StartJdwp()
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()
1215 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetReferenceType()
1256 if (o == ObjectRegistry::kInvalidObject) { in GetObjectTag()
1392 if (o == ObjectRegistry::kInvalidObject) { in SetArrayElements()
1808 if ((!is_static && o == NULL) || o == ObjectRegistry::kInvalidObject) { in GetFieldValueImpl()
1867 if ((!is_static && o == NULL) || o == ObjectRegistry::kInvalidObject) { in SetFieldValueImpl()
1901 if (v == ObjectRegistry::kInvalidObject) { in SetFieldValueImpl()
1935 if (obj == nullptr || obj == ObjectRegistry::kInvalidObject) { in StringToUtf8()
1996 if (thread_object == ObjectRegistry::kInvalidObject) { in GetThreadGroup()
2029 if (thread_group == nullptr || thread_group == ObjectRegistry::kInvalidObject) { in DecodeThreadGroup()
2100 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in GetChildThreadGroups()
2763 if (o == ObjectRegistry::kInvalidObject) { in SetLocalValue()
3632 if (receiver == ObjectRegistry::kInvalidObject) { in InvokeMethod()
3637 if (thread == ObjectRegistry::kInvalidObject) { in InvokeMethod()
3683 if (argument == ObjectRegistry::kInvalidObject) { in InvokeMethod()