Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h149 MethodPtr ResolveInterfaceMethod(ClassPtr cls, MethodPtr method) const override;
Dcompiler.cpp111 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface::ResolveInterfaceMethod(ClassPtr cls, in ResolveInterfaceMethod() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h195 …virtual MethodPtr ResolveInterfaceMethod([[maybe_unused]] ClassPtr cls, [[maybe_unused]] MethodPtr… in ResolveInterfaceMethod() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1525 resolvedMethod = runtime->ResolveInterfaceMethod(receiver, method); in ResolveTarget()