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