Searched refs:kWeakGlobal (Results 1 – 5 of 5) sorted by relevance
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()
97 kWeakGlobal = 3, // <<weak global reference>> enumerator98 kLastKind = kWeakGlobal
1053 DCHECK_EQ(kind, kWeakGlobal); in UpdateReference()
503 kWeakGlobal, in JavaVMExt()818 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobal()840 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobalDuringShutdown()853 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in IsWeakGlobalCleared()
2544 case kWeakGlobal: in GetObjectRefType()