Searched refs:FindVirtualMethodForInterfaceSuper (Results 1 – 4 of 4) sorted by relevance
636 ArtMethod* found_method = referenced_class->FindVirtualMethodForInterfaceSuper( in FindSuperMethodToCall()
927 ArtMethod* FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size)
975 ArtMethod* Class::FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size) { in FindVirtualMethodForInterfaceSuper() function in art::mirror::Class
1323 called = ref_class->FindVirtualMethodForInterfaceSuper(called, kRuntimePointerSize); in artQuickResolutionTrampoline()