Searched refs:FindVirtualMethodForInterfaceSuper (Results 1 – 6 of 6) sorted by relevance
518 ArtMethod* result = method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodToCall()691 return method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodFast()
228 resolved_method = referenced_class->FindVirtualMethodForInterfaceSuper( in NterpGetMethod()
892 ArtMethod* FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size)
857 ArtMethod* Class::FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size) { in FindVirtualMethodForInterfaceSuper() function in art::mirror::Class
1365 called = ref_class->FindVirtualMethodForInterfaceSuper(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
869 actual_method = referenced_class->FindVirtualMethodForInterfaceSuper( in ResolveMethod()