Searched refs:GetVirtualMethodsSlice (Results 1 – 4 of 4) sorted by relevance
151 auto virtual_methods = proxy_class->GetVirtualMethodsSlice(kRuntimePointerSize); in InvokeProxyInvocationHandler()
537 for (ArtMethod& method : iface->GetVirtualMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()2157 ArtMethod* interface_method = &iface->GetVirtualMethodsSlice(pointer_size)[j]; in FindAccessibleInterfaceMethod()
173 inline ArraySlice<ArtMethod> Class::GetVirtualMethodsSlice(PointerSize pointer_size) { in GetVirtualMethodsSlice() function
798 ALWAYS_INLINE ArraySlice<ArtMethod> GetVirtualMethodsSlice(PointerSize pointer_size)