Home
last modified time | relevance | path

Searched refs:FindVirtualMethodForInterfaceSuper (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h524 ArtMethod* result = method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodToCall()
697 return method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodFast()
/art/runtime/mirror/
Dclass.h819 ArtMethod* FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size)
Dclass.cc736 ArtMethod* Class::FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size) { in FindVirtualMethodForInterfaceSuper() function in art::mirror::Class
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1443 called = ref_class->FindVirtualMethodForInterfaceSuper(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
/art/compiler/optimizing/
Dinstruction_builder.cc868 actual_method = referenced_class->FindVirtualMethodForInterfaceSuper( in ResolveMethod()