Searched refs:kLocal (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | indirect_reference_table.cc | 48 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()
|
D | indirect_reference_table.h | 95 kLocal = 1, // <<local reference>> enumerator
|
D | indirect_reference_table_test.cc | 500 kLocal, in TEST_F()
|
D | reflection.cc | 1068 if (kind == kLocal) { in UpdateReference()
|
D | thread.cc | 2639 if (kind == kLocal) { in DecodeJObject()
|
/art/runtime/jni/ |
D | jni_env_ext.cc | 80 locals_(kLocalsInitial, kLocal, IndirectReferenceTable::ResizableCapacity::kYes, error_msg), in JNIEnvExt()
|
D | check_jni.cc | 62 (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()
|
D | jni_internal.cc | 2739 case kLocal: in GetObjectRefType()
|