Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h636 ArtMethod* found_method = referenced_class->FindVirtualMethodForInterfaceSuper( in FindSuperMethodToCall()
/aosp_15_r20/art/runtime/mirror/
H A Dclass.h927 ArtMethod* FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size)
H A Dclass.cc975 ArtMethod* Class::FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size) { in FindVirtualMethodForInterfaceSuper() function in art::mirror::Class
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1323 called = ref_class->FindVirtualMethodForInterfaceSuper(called, kRuntimePointerSize); in artQuickResolutionTrampoline()