Home
last modified time | relevance | path

Searched refs:GetMethodById (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/toolchain/tooling/client/domain/
Druntime_client.h39 std::string GetMethodById(const int &id);
Druntime_client.cpp197 if (GetMethodById(replyId) == "getHeapUsage") { in RecvReply()
199 } else if (GetMethodById(replyId) == "getProperties") { in RecvReply()
206 std::string RuntimeClient::GetMethodById(const int &id) in GetMethodById() function in OHOS::ArkCompiler::Toolchain::RuntimeClient
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dintrinsics_ir_build.inl.erb83 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h35 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId); in BuildCall()
264 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId); in BuildDefaultStaticIntrinsic()
558 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId); in BuildIntrinsic()
576 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId); in BuildDefaultIntrinsic()
599 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId); in BuildStaticCallIntrinsic()
646 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId); in BuildDefaultVirtualCallIntrinsic()
1289 inst->SetCallMethod(GetRuntime()->GetMethodById(GetGraph()->GetMethod(), methodId)); in BuildInitObjectMultiDimensionalArray()
1302 auto method = GetRuntime()->GetMethodById(graph_->GetMethod(), methodId); in BuildCallStaticForInitObject()
1341 auto ctorMethod = GetRuntime()->GetMethodById(GetMethod(), ctorMethodId); in BuildInitString()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h60 MethodPtr GetMethodById([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodById() function
131 return GetMethodReturnType(GetMethodById(caller, id)); in GetMethodReturnType()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp98 EXPECT_EQ(adapter.GetMethodById(main, 0U), nullptr); in TEST()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp197 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId); in TryBuildInteropCall()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp98 EXPECT_EQ(adapter.GetMethodById(main, 0), nullptr); in TEST()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcodegen_doc.md82 auto method = ...->GetMethodById(...->GetMethod(), call_inst->GetCallMethodId());
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.h35 MethodPtr GetMethodById(MethodPtr /* unused */, MethodId id) const override in GetMethodById() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h139 MethodPtr GetMethodById(MethodPtr parentMethod, MethodId id) const override;
Dcompiler.cpp81 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parentMethod, … in GetMethodById() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h165 …virtual MethodPtr GetMethodById([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId… in GetMethodById() function