Searched refs:GetIndirectRefKind (Results 1 – 12 of 12) sorted by relevance
/art/runtime/ |
D | indirect_reference_table-inl.h | 39 DCHECK_EQ(GetIndirectRefKind(iref), kind_); in IsValidReference() 83 DCHECK_EQ(GetIndirectRefKind(iref), kind_); in Get() 94 DCHECK_EQ(GetIndirectRefKind(iref), kind_); in Update()
|
D | indirect_reference_table.h | 217 ALWAYS_INLINE static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) { in GetIndirectRefKind() function
|
D | thread-inl.h | 61 if (kIsDebugBuild && IndirectReferenceTable::GetIndirectRefKind(ref) == kJniTransition) { in DecodeJObject() 67 if (kIsDebugBuild && IndirectReferenceTable::GetIndirectRefKind(ref) != kJniTransition) { in DecodeJObject()
|
D | reflection.cc | 1067 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(ref); in UpdateReference()
|
D | thread.cc | 2827 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(ref); in DecodeGlobalJObject() 2853 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(ref); in IsJWeakCleared()
|
/art/runtime/jni/ |
D | local_reference_table-inl.h | 66 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(iref), kLocal); in GetReferenceEntryIndex()
|
D | local_reference_table.h | 408 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(iref), kLocal); in ToLrtEntry()
|
D | java_vm_ext.cc | 856 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()
|
D | check_jni.cc | 374 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()
|
D | local_reference_table.cc | 424 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(iref); in Remove()
|
D | jni_internal.cc | 2849 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(ref); in GetObjectRefType()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 406 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(obj), kGlobal); in DecodeGlobalWithoutRB() 413 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(obj), kWeakGlobal); in DecodeWeakGlobalWithoutRB()
|