Home
last modified time | relevance | path

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

/art/runtime/jni/
Dcheck_jni.cc865 IndirectRefKind ref_kind = IndirectReferenceTable::GetIndirectRefKind(ref); in CheckInstance() local
869 if (ref_kind == kJniTransitionOrInvalid) { in CheckInstance()
877 IndirectReferenceTable* irt = GetIndirectReferenceTable(soa, ref_kind); in CheckInstance()
884 if (ref_kind == kLocal) { in CheckInstance()
887 } else if (ref_kind == kGlobal) { in CheckInstance()
911 ToStr<IndirectRefKind>(ref_kind).c_str(), in CheckInstance()