Home
last modified time | relevance | path

Searched refs:IsMethodStringConcat (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp35 bool IsMethodStringConcat(Inst *inst) in IsMethodStringConcat() function
47 return runtime->IsMethodStringConcat(call->GetCallMethod()); in IsMethodStringConcat()
Dstring_builder_utils.h29 bool IsMethodStringConcat(Inst *inst);
Doptimize_string_concat.cpp59 if (!IsMethodStringConcat(inst)) { in RunImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.h39 bool IsMethodStringConcat(MethodPtr method) const override;
Dets_runtime_interface.cpp148 bool EtsRuntimeInterface::IsMethodStringConcat(MethodPtr method) const in IsMethodStringConcat() function in ark::ets::EtsRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h358 virtual bool IsMethodStringConcat([[maybe_unused]] MethodPtr method) const in IsMethodStringConcat() function