Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc48 case kLocal: in GetIndirectRefKindString()
113 static_assert((EncodeIndirectRefKind(kLocal) & (~kKindMask)) == 0, "Kind encoding error"); in ConstexprChecks()
116 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kLocal)) == kLocal, in ConstexprChecks()
Dindirect_reference_table.h95 kLocal = 1, // <<local reference>> enumerator
Dindirect_reference_table_test.cc500 kLocal, in TEST_F()
Dreflection.cc1068 if (kind == kLocal) { in UpdateReference()
Dthread.cc2639 if (kind == kLocal) { in DecodeJObject()
/art/runtime/jni/
Djni_env_ext.cc80 locals_(kLocalsInitial, kLocal, IndirectReferenceTable::ResizableCapacity::kYes, error_msg), in JNIEnvExt()
Dcheck_jni.cc62 (kind == kLocal) ? &env->locals_ in GetIndirectReferenceTable()
724 if (expected_kind == kLocal) { in CheckReferenceKind()
729 found_kind = kLocal; in CheckReferenceKind()
884 if (ref_kind == kLocal) { in CheckInstance()
2136 return NewRef(__FUNCTION__, env, obj, kLocal); in NewLocalRef()
2152 DeleteRef(__FUNCTION__, env, obj, kLocal); in DeleteLocalRef()
2829 case kLocal: in NewRef()
2859 case kLocal: in DeleteRef()
Djni_internal.cc2739 case kLocal: in GetObjectRefType()