Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc45 case kWeakGlobal: in GetIndirectRefKindString()
100 static_assert((EncodeIndirectRefKind(kWeakGlobal) & (~kKindMask)) == 0, "Kind encoding error"); in ConstexprChecks()
105 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kWeakGlobal)) == kWeakGlobal, in ConstexprChecks()
Dindirect_reference_table.h97 kWeakGlobal = 3, // <<weak global reference>> enumerator
98 kLastKind = kWeakGlobal
Djava_vm_ext.cc433 kWeakGlobal, in JavaVMExt()
695 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobal()
717 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobalDuringShutdown()
730 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in IsWeakGlobalCleared()
Dcheck_jni.cc780 if (IndirectReferenceTable::GetIndirectRefKind(ref) != kWeakGlobal) { in CheckInstance()
1947 return NewRef(__FUNCTION__, env, obj, kWeakGlobal); in NewWeakGlobalRef()
1955 DeleteRef(__FUNCTION__, env, obj, kWeakGlobal); in DeleteWeakGlobalRef()
2613 case kWeakGlobal: in NewRef()
2642 case kWeakGlobal: in DeleteRef()
Dreflection.cc936 DCHECK_EQ(kind, kWeakGlobal); in UpdateReference()
Dthread.cc2245 DCHECK_EQ(kind, kWeakGlobal); in DecodeJObject()
2265 CHECK_EQ(kind, kWeakGlobal); in IsJWeakCleared()
Djni_internal.cc2396 case kWeakGlobal: in GetObjectRefType()