Searched refs:FindVirtualMethodForInterfaceSuper (Results 1 – 6 of 6) sorted by relevance
518 ArtMethod* result = method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodToCall()690 return method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodFast()
353 resolved_method = referenced_class->FindVirtualMethodForInterfaceSuper( in NterpGetMethod()
897 ArtMethod* FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size)
826 ArtMethod* Class::FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size) { in FindVirtualMethodForInterfaceSuper() function in art::mirror::Class
1342 called = ref_class->FindVirtualMethodForInterfaceSuper(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
942 actual_method = referenced_class->FindVirtualMethodForInterfaceSuper( in ResolveMethod()