Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h563 ArtMethod* result = method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodFromCode()
737 return method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodFast()
/art/runtime/
Dmethod_handles.cc695 return referrer_class->FindVirtualMethodForInterfaceSuper(target_method, kRuntimePointerSize); in RefineTargetMethod()
/art/runtime/mirror/
Dclass.cc631 ArtMethod* Class::FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size) { in FindVirtualMethodForInterfaceSuper() function in art::mirror::Class
Dclass.h901 ArtMethod* FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1135 called = ref_class->FindVirtualMethodForInterfaceSuper(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
/art/compiler/optimizing/
Dinstruction_builder.cc742 actual_method = methods_class->FindVirtualMethodForInterfaceSuper( in ResolveMethod()