Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h518 ArtMethod* result = method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodToCall()
691 return method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodFast()
/art/runtime/interpreter/mterp/
Dnterp.cc228 resolved_method = referenced_class->FindVirtualMethodForInterfaceSuper( in NterpGetMethod()
/art/runtime/mirror/
Dclass.h892 ArtMethod* FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size)
Dclass.cc857 ArtMethod* Class::FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size) { in FindVirtualMethodForInterfaceSuper() function in art::mirror::Class
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1365 called = ref_class->FindVirtualMethodForInterfaceSuper(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
/art/compiler/optimizing/
Dinstruction_builder.cc869 actual_method = referenced_class->FindVirtualMethodForInterfaceSuper( in ResolveMethod()