Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc45 case kLocal: in GetIndirectRefKindString()
108 static_assert((EncodeIndirectRefKind(kLocal) & (~kKindMask)) == 0, "Kind encoding error"); in ConstexprChecks()
111 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kLocal)) == kLocal, in ConstexprChecks()
Dindirect_reference_table.h95 kLocal = 1, // <<local reference>> enumerator
Dindirect_reference_table_test.cc502 kLocal, in TEST_F()
Dreflection.cc1046 if (kind == kLocal) { in UpdateReference()
Dthread.cc2563 if (kind == kLocal) { in DecodeJObject()
/art/runtime/jni/
Djni_env_ext.cc80 locals_(kLocalsInitial, kLocal, IndirectReferenceTable::ResizableCapacity::kYes, error_msg), in JNIEnvExt()
Dcheck_jni.cc708 if (expected_kind == kLocal) { in CheckReferenceKind()
711 found_kind = kLocal; in CheckReferenceKind()
2086 return NewRef(__FUNCTION__, env, obj, kLocal); in NewLocalRef()
2102 DeleteRef(__FUNCTION__, env, obj, kLocal); in DeleteLocalRef()
2779 case kLocal: in NewRef()
2809 case kLocal: in DeleteRef()
Djni_internal.cc2573 case kLocal: in GetObjectRefType()