Home
last modified time | relevance | path

Searched defs:GetMethodById (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/client/domain/
Druntime_client.cpp202 std::string RuntimeClient::GetMethodById(const int &id) in GetMethodById() function in OHOS::ArkCompiler::Toolchain::RuntimeClient
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.h35 MethodPtr GetMethodById(MethodPtr /* unused */, MethodId id) const override in GetMethodById() function
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h61 MethodPtr GetMethodById([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodById() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h60 MethodPtr GetMethodById([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodById() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp85 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parentMethod, … in GetMethodById() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h166 …virtual MethodPtr GetMethodById([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId… in GetMethodById() function