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

/art/runtime/
H A Dindirect_reference_table.cc48 case kWeakGlobal:
106 static_assert((EncodeIndirectRefKind(kWeakGlobal) & (~kKindMask)) == 0, "Kind encoding error");
111 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kWeakGlobal)) == kWeakGlobal,
H A Dindirect_reference_table.h98 kWeakGlobal = 3, // <<weak global reference>> enumerator in enum:art::IndirectRefKind
99 kLastKind = kWeakGlobal
H A Djava_vm_ext.cc467 kWeakGlobal,
783 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); local
805 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); local
818 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); local
H A Dreflection.cc941 DCHECK_EQ(kind, kWeakGlobal);
H A Dcheck_jni.cc845 if (IndirectReferenceTable::GetIndirectRefKind(ref) != kWeakGlobal) {
2085 return NewRef(__FUNCTION__, env, obj, kWeakGlobal);
2093 DeleteRef(__FUNCTION__, env, obj, kWeakGlobal);
2777 case kWeakGlobal:
2807 case kWeakGlobal:
H A Dthread.cc2376 DCHECK_EQ(kind, kWeakGlobal);
2396 CHECK_EQ(kind, kWeakGlobal);
H A Djni_internal.cc2510 case kWeakGlobal:

Completed in 1380 milliseconds