Home
last modified time | relevance | path

Searched defs:ResolveMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h470 ALWAYS_INLINE Method *ResolveMethod(BytecodeId id) in ResolveMethod() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h40 static Method *ResolveMethod(ManagedThread *thread, const Method &caller, BytecodeId id) in ResolveMethod() function
Dinterpreter-inl.h3041 ALWAYS_INLINE Method *ResolveMethod(BytecodeId id) in ResolveMethod() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h166 …static Method *ResolveMethod([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] const Method… in ResolveMethod() function