Home
last modified time | relevance | path

Searched refs:kWeakGlobal (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dindirect_reference_table.cc49 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()
Dindirect_reference_table.h97 kWeakGlobal = 3, // <<weak global reference>> enumerator
98 kLastKind = kWeakGlobal
Dreflection.cc1053 DCHECK_EQ(kind, kWeakGlobal); in UpdateReference()
Dthread.cc2582 DCHECK_EQ(kind, kWeakGlobal); in DecodeJObject()
2602 CHECK_EQ(kind, kWeakGlobal); in IsJWeakCleared()
/art/runtime/jni/
Djava_vm_ext.cc505 kWeakGlobal, in JavaVMExt()
820 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobal()
842 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobalDuringShutdown()
855 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in IsWeakGlobalCleared()
Dcheck_jni.cc850 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()
Djni_internal.cc2577 case kWeakGlobal: in GetObjectRefType()