Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.h61 IntrinsicId GetStringConcatStringsIntrinsicId(size_t numArgs) const override;
Dets_runtime_interface.cpp323 EtsRuntimeInterface::IntrinsicId EtsRuntimeInterface::GetStringConcatStringsIntrinsicId(size_t numA… in GetStringConcatStringsIntrinsicId() function in ark::ets::EtsRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1254 virtual IntrinsicId GetStringConcatStringsIntrinsicId([[maybe_unused]] size_t numArgs) const in GetStringConcatStringsIntrinsicId() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dsimplify_string_builder.cpp215 …GetGraph()->CreateInstIntrinsic(GetGraph()->GetRuntime()->GetStringConcatStringsIntrinsicId(append… in CreateConcatIntrinsic()