Searched defs:kWeakGlobal (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
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

Completed in 56 milliseconds