Searched defs:GetVirtualMethodsStartOffset (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dclass-inl.h78 inline uint32_t Class::GetVirtualMethodsStartOffset() { function in class:art::mirror::Class
92 GetVirtualMethodsStartOffset(),
120 GetVirtualMethodsStartOffset(),
136 GetVirtualMethodsStartOffset(),
1039 return GetVirtualMethodsStartOffset();
1043 return GetCopiedMethodsStartOffset() - GetVirtualMethodsStartOffset();
1047 return NumMethods() - GetVirtualMethodsStartOffset();

Completed in 61 milliseconds