Searched refs:FindVirtualMethodForInterfaceSuper (Results 1 – 5 of 5) sorted by relevance
524 ArtMethod* result = method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodToCall()697 return method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodFast()
819 ArtMethod* FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size)
736 ArtMethod* Class::FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size) { in FindVirtualMethodForInterfaceSuper() function in art::mirror::Class
1443 called = ref_class->FindVirtualMethodForInterfaceSuper(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
868 actual_method = referenced_class->FindVirtualMethodForInterfaceSuper( in ResolveMethod()