Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h66 return GetDirectMethodsPtrUnchecked(); in GetDirectMethodsPtr()
69 inline ArtMethod* Class::GetDirectMethodsPtrUnchecked() { in GetDirectMethodsPtrUnchecked() function
78 DCHECK(GetDirectMethodsPtrUnchecked() == nullptr); in SetDirectMethodsPtr()
89 auto* methods = GetDirectMethodsPtrUnchecked(); in GetDirectMethodUnchecked()
843 auto* methods = GetDirectMethodsPtrUnchecked(); in DirectMethodsBegin()
850 auto* methods = GetDirectMethodsPtrUnchecked(); in DirectMethodsEnd()
Dclass.h1148 ALWAYS_INLINE ArtMethod* GetDirectMethodsPtrUnchecked()