| /arkcompiler/toolchain/tooling/client/domain/ |
| D | runtime_client.h | 39 std::string GetMethodById(const int &id);
|
| D | runtime_client.cpp | 197 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/ |
| D | intrinsics_ir_build.inl.erb | 83 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId);
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 35 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/ |
| D | runtime_adapter.h | 60 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/ |
| D | runtime_adapter_test.cpp | 98 EXPECT_EQ(adapter.GetMethodById(main, 0U), nullptr); in TEST()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 197 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId); in TryBuildInteropCall()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 98 EXPECT_EQ(adapter.GetMethodById(main, 0), nullptr); in TEST()
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | codegen_doc.md | 82 auto method = ...->GetMethodById(...->GetMethod(), call_inst->GetCallMethodId());
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | unit_test.h | 35 MethodPtr GetMethodById(MethodPtr /* unused */, MethodId id) const override in GetMethodById() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.h | 139 MethodPtr GetMethodById(MethodPtr parentMethod, MethodId id) const override;
|
| D | compiler.cpp | 81 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parentMethod, … in GetMethodById() function in panda::PandaRuntimeInterface
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 165 …virtual MethodPtr GetMethodById([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId… in GetMethodById() function
|