Home
last modified time | relevance | path

Searched refs:kGlobal (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dindirect_reference_table.cc46 case kGlobal: in GetIndirectRefKindString()
105 static_assert((EncodeIndirectRefKind(kGlobal) & (~kKindMask)) == 0, "Kind encoding error"); in ConstexprChecks()
109 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kGlobal)) == kGlobal, in ConstexprChecks()
Dindirect_reference_table_test.cc58 kGlobal, in TEST_F()
300 kGlobal, in TEST_F()
331 kGlobal, in TEST_F()
367 kGlobal, in TEST_F()
406 kGlobal, in TEST_F()
449 kGlobal, in TEST_F()
Dindirect_reference_table.h97 kGlobal = 2, // <<global reference>> enumerator
Dreflection.cc938 } else if (kind == kGlobal) { in UpdateReference()
Djava_vm_ext.cc463 globals_(kGlobalsMax, kGlobal, IndirectReferenceTable::ResizableCapacity::kNo, error_msg), in JavaVMExt()
Dcheck_jni.cc2077 return NewRef(__FUNCTION__, env, obj, kGlobal); in NewGlobalRef()
2089 DeleteRef(__FUNCTION__, env, obj, kGlobal); in DeleteGlobalRef()
2771 case kGlobal: in NewRef()
2801 case kGlobal: in DeleteRef()
Djni_internal_test.cc2449 IndirectRefKind::kGlobal, in TEST_F()
Dthread.cc2373 } else if (kind == kGlobal) { in DecodeJObject()
Djni_internal.cc2508 case kGlobal: in GetObjectRefType()