Searched refs:kWeakGlobal (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | indirect_reference_table.cc | 49 case kWeakGlobal: in GetIndirectRefKindString() 110 static_assert((EncodeIndirectRefKind(kWeakGlobal) & (~kKindMask)) == 0, "Kind encoding error"); in ConstexprChecks() 115 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kWeakGlobal)) == kWeakGlobal, in ConstexprChecks()
|
D | indirect_reference_table.h | 97 kWeakGlobal = 3, // <<weak global reference>> enumerator 98 kLastKind = kWeakGlobal
|
D | reflection.cc | 1011 DCHECK_EQ(kind, kWeakGlobal); in UpdateReference()
|
D | thread.cc | 2576 DCHECK_EQ(kind, kWeakGlobal); in DecodeJObject() 2596 CHECK_EQ(kind, kWeakGlobal); in IsJWeakCleared()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 496 kWeakGlobal, in JavaVMExt() 811 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobal() 833 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobalDuringShutdown() 846 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in IsWeakGlobalCleared()
|
D | check_jni.cc | 850 if (IndirectReferenceTable::GetIndirectRefKind(ref) != kWeakGlobal) { in CheckInstance() 2090 return NewRef(__FUNCTION__, env, obj, kWeakGlobal); in NewWeakGlobalRef() 2098 DeleteRef(__FUNCTION__, env, obj, kWeakGlobal); in DeleteWeakGlobalRef() 2782 case kWeakGlobal: in NewRef() 2812 case kWeakGlobal: in DeleteRef()
|
D | jni_internal.cc | 2705 case kWeakGlobal: in GetObjectRefType()
|