Searched refs:kLocal (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | indirect_reference_table.cc | 44 case kLocal: in GetIndirectRefKindString() 104 static_assert((EncodeIndirectRefKind(kLocal) & (~kKindMask)) == 0, "Kind encoding error"); in ConstexprChecks() 107 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kLocal)) == kLocal, in ConstexprChecks()
|
D | indirect_reference_table.h | 96 kLocal = 1, // <<local reference>> enumerator
|
D | jni_env_ext.cc | 78 locals_(kLocalsInitial, kLocal, IndirectReferenceTable::ResizableCapacity::kYes, error_msg), in JNIEnvExt()
|
D | indirect_reference_table_test.cc | 498 kLocal, in TEST_F()
|
D | check_jni.cc | 703 if (expected_kind == kLocal) { in CheckReferenceKind() 706 found_kind = kLocal; in CheckReferenceKind() 2081 return NewRef(__FUNCTION__, env, obj, kLocal); in NewLocalRef() 2097 DeleteRef(__FUNCTION__, env, obj, kLocal); in DeleteLocalRef() 2774 case kLocal: in NewRef() 2804 case kLocal: in DeleteRef()
|
D | reflection.cc | 934 if (kind == kLocal) { in UpdateReference()
|
D | thread.cc | 2357 if (kind == kLocal) { in DecodeJObject()
|
D | jni_internal.cc | 2506 case kLocal: in GetObjectRefType()
|