Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table-inl.h39 DCHECK_EQ(GetIndirectRefKind(iref), kind_); in IsValidReference()
83 DCHECK_EQ(GetIndirectRefKind(iref), kind_); in Get()
94 DCHECK_EQ(GetIndirectRefKind(iref), kind_); in Update()
Dindirect_reference_table.h217 ALWAYS_INLINE static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) { in GetIndirectRefKind() function
Dthread-inl.h61 if (kIsDebugBuild && IndirectReferenceTable::GetIndirectRefKind(ref) == kJniTransition) { in DecodeJObject()
67 if (kIsDebugBuild && IndirectReferenceTable::GetIndirectRefKind(ref) != kJniTransition) { in DecodeJObject()
Dreflection.cc1067 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(ref); in UpdateReference()
Dthread.cc2827 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(ref); in DecodeGlobalJObject()
2853 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(ref); in IsJWeakCleared()
/art/runtime/jni/
Dlocal_reference_table-inl.h66 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(iref), kLocal); in GetReferenceEntryIndex()
Dlocal_reference_table.h408 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(iref), kLocal); in ToLrtEntry()
Djava_vm_ext.cc856 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobal()
882 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobalDuringShutdown()
895 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal); in IsWeakGlobalCleared()
Dcheck_jni.cc374 GetIndirectRefKindString(IndirectReferenceTable::GetIndirectRefKind(java_object)), in CheckInstanceFieldID()
731 found_kind = IndirectReferenceTable::GetIndirectRefKind(obj); in CheckReferenceKind()
738 found_kind = IndirectReferenceTable::GetIndirectRefKind(obj); in CheckReferenceKind()
743 GetIndirectRefKindString(IndirectReferenceTable::GetIndirectRefKind(obj)), in CheckReferenceKind()
869 IndirectRefKind ref_kind = IndirectReferenceTable::GetIndirectRefKind(ref); in CheckInstance()
928 GetIndirectRefKindString(IndirectReferenceTable::GetIndirectRefKind(java_object)), in CheckInstance()
1257 GetIndirectRefKindString(IndirectReferenceTable::GetIndirectRefKind(java_array)), in CheckArray()
Dlocal_reference_table.cc424 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(iref); in Remove()
Djni_internal.cc2849 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(ref); in GetObjectRefType()
/art/dex2oat/linker/
Dimage_writer.cc406 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(obj), kGlobal); in DecodeGlobalWithoutRB()
413 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(obj), kWeakGlobal); in DecodeWeakGlobalWithoutRB()