Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc48 case kWeakGlobal: in GetIndirectRefKindString()
106 static_assert((EncodeIndirectRefKind(kWeakGlobal) & (~kKindMask)) == 0, "Kind encoding error"); in ConstexprChecks()
111 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kWeakGlobal)) == kWeakGlobal, in ConstexprChecks()
Dindirect_reference_table.h98 kWeakGlobal = 3, // <<weak global reference>> enumerator
99 kLastKind = kWeakGlobal
Djava_vm_ext.cc467 kWeakGlobal, in JavaVMExt()
783 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobal()
805 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobalDuringShutdown()
818 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in IsWeakGlobalCleared()
Dcheck_jni.cc845 if (IndirectReferenceTable::GetIndirectRefKind(ref) != kWeakGlobal) { in CheckInstance()
2085 return NewRef(__FUNCTION__, env, obj, kWeakGlobal); in NewWeakGlobalRef()
2093 DeleteRef(__FUNCTION__, env, obj, kWeakGlobal); in DeleteWeakGlobalRef()
2777 case kWeakGlobal: in NewRef()
2807 case kWeakGlobal: in DeleteRef()
Dreflection.cc941 DCHECK_EQ(kind, kWeakGlobal); in UpdateReference()
Dthread.cc2376 DCHECK_EQ(kind, kWeakGlobal); in DecodeJObject()
2396 CHECK_EQ(kind, kWeakGlobal); in IsJWeakCleared()
Djni_internal.cc2510 case kWeakGlobal: in GetObjectRefType()