Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.h69 bool IsIntrinsicStringBuilderToString(IntrinsicId id) const override;
Dets_runtime_interface.cpp338 bool EtsRuntimeInterface::IsIntrinsicStringBuilderToString(IntrinsicId id) const in IsIntrinsicStringBuilderToString() function in ark::ets::EtsRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp89 return runtime->IsIntrinsicStringBuilderToString(intrinsic->GetIntrinsicId()); in IsStringBuilderToString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1371 virtual bool IsIntrinsicStringBuilderToString([[maybe_unused]] IntrinsicId id) const in IsIntrinsicStringBuilderToString() function