Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h112 inline uint32_t Class::GetVirtualMethodsStartOffset() { in GetVirtualMethodsStartOffset() function
131 GetVirtualMethodsStartOffset(), in GetDirectMethodsSliceUnchecked()
158 GetVirtualMethodsStartOffset(), in GetDeclaredVirtualMethodsSliceUnchecked()
173 GetVirtualMethodsStartOffset(), in GetVirtualMethodsSliceUnchecked()
1039 return GetVirtualMethodsStartOffset(); in NumDirectMethods()
1043 return GetCopiedMethodsStartOffset() - GetVirtualMethodsStartOffset(); in NumDeclaredVirtualMethods()
1047 return NumMethods() - GetVirtualMethodsStartOffset(); in NumVirtualMethods()
Dclass.h1379 ALWAYS_INLINE uint32_t GetVirtualMethodsStartOffset() REQUIRES_SHARED(Locks::mutator_lock_);