Home
last modified time | relevance | path

Searched defs:IsMethodStringConcat (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp163 bool EtsRuntimeInterface::IsMethodStringConcat(MethodPtr method) const in IsMethodStringConcat() function in ark::ets::EtsRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp35 bool IsMethodStringConcat(const Inst *inst) in IsMethodStringConcat() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h410 virtual bool IsMethodStringConcat([[maybe_unused]] MethodPtr method) const in IsMethodStringConcat() function