Lines Matching refs:kInvalidObject
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()
1203 if (o == NULL || o == ObjectRegistry::kInvalidObject) { in GetReferenceType()
1244 if (o == ObjectRegistry::kInvalidObject) { in GetObjectTag()
1380 if (o == ObjectRegistry::kInvalidObject) { in SetArrayElements()
1796 if ((!is_static && o == NULL) || o == ObjectRegistry::kInvalidObject) { in GetFieldValueImpl()
1855 if ((!is_static && o == NULL) || o == ObjectRegistry::kInvalidObject) { in SetFieldValueImpl()
1889 if (v == ObjectRegistry::kInvalidObject) { in SetFieldValueImpl()
1923 if (obj == nullptr || obj == ObjectRegistry::kInvalidObject) { in StringToUtf8()
1984 if (thread_object == ObjectRegistry::kInvalidObject) { in GetThreadGroup()
2017 if (thread_group == nullptr || thread_group == ObjectRegistry::kInvalidObject) { in DecodeThreadGroup()
2700 if (o == ObjectRegistry::kInvalidObject) { in SetLocalValue()
3524 if (receiver == ObjectRegistry::kInvalidObject) { in InvokeMethod()
3529 if (thread == ObjectRegistry::kInvalidObject) { in InvokeMethod()
3575 if (argument == ObjectRegistry::kInvalidObject) { in InvokeMethod()