Searched refs:GetVirtualMethodsStartOffset (Results 1 – 2 of 2) sorted by relevance
122 inline uint32_t Class::GetVirtualMethodsStartOffset() { in GetVirtualMethodsStartOffset() function142 GetVirtualMethodsStartOffset()); in GetDirectMethodsSliceUnchecked()168 GetVirtualMethodsStartOffset(), in GetDeclaredVirtualMethodsSliceUnchecked()182 GetVirtualMethodsStartOffset(), in GetVirtualMethodsSliceUnchecked()1085 return GetVirtualMethodsStartOffset(); in NumDirectMethods()1089 return GetCopiedMethodsStartOffset() - GetVirtualMethodsStartOffset(); in NumDeclaredVirtualMethods()1093 return NumMethods() - GetVirtualMethodsStartOffset(); in NumVirtualMethods()
1412 ALWAYS_INLINE uint32_t GetVirtualMethodsStartOffset() REQUIRES_SHARED(Locks::mutator_lock_);