Home
last modified time | relevance | path

Searched refs:kLocal (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dindirect_reference_table.cc44 case kLocal: in GetIndirectRefKindString()
104 static_assert((EncodeIndirectRefKind(kLocal) & (~kKindMask)) == 0, "Kind encoding error"); in ConstexprChecks()
107 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kLocal)) == kLocal, in ConstexprChecks()
Dindirect_reference_table.h96 kLocal = 1, // <<local reference>> enumerator
Djni_env_ext.cc78 locals_(kLocalsInitial, kLocal, IndirectReferenceTable::ResizableCapacity::kYes, error_msg), in JNIEnvExt()
Dindirect_reference_table_test.cc498 kLocal, in TEST_F()
Dcheck_jni.cc703 if (expected_kind == kLocal) { in CheckReferenceKind()
706 found_kind = kLocal; in CheckReferenceKind()
2081 return NewRef(__FUNCTION__, env, obj, kLocal); in NewLocalRef()
2097 DeleteRef(__FUNCTION__, env, obj, kLocal); in DeleteLocalRef()
2774 case kLocal: in NewRef()
2804 case kLocal: in DeleteRef()
Dreflection.cc934 if (kind == kLocal) { in UpdateReference()
Dthread.cc2357 if (kind == kLocal) { in DecodeJObject()
Djni_internal.cc2506 case kLocal: in GetObjectRefType()