Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc41 case kLocal: in GetIndirectRefKindString()
98 static_assert((EncodeIndirectRefKind(kLocal) & (~kKindMask)) == 0, "Kind encoding error"); in ConstexprChecks()
101 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kLocal)) == kLocal, in ConstexprChecks()
Dindirect_reference_table.h95 kLocal = 1, // <<local reference>> enumerator
Djni_env_ext.cc79 locals(kLocalsInitial, kLocal, IndirectReferenceTable::ResizableCapacity::kYes, error_msg), in JNIEnvExt()
Dindirect_reference_table_test.cc498 kLocal, in TEST_F()
Dcheck_jni.cc638 if (expected_kind == kLocal) { in CheckReferenceKind()
641 found_kind = kLocal; in CheckReferenceKind()
1943 return NewRef(__FUNCTION__, env, obj, kLocal); in NewLocalRef()
1959 DeleteRef(__FUNCTION__, env, obj, kLocal); in DeleteLocalRef()
2610 case kLocal: in NewRef()
2639 case kLocal: in DeleteRef()
Dreflection.cc929 if (kind == kLocal) { in UpdateReference()
Dthread.cc2226 if (kind == kLocal) { in DecodeJObject()
Djni_internal.cc2392 case kLocal: in GetObjectRefType()