Home
last modified time | relevance | path

Searched refs:IsFromString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp783 if (IsFromString()) { in DumpOpcode()
Dinst.h3033 bool IsFromString() const in IsFromString() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp4899 …initStr->IsFromString() ? EntrypointId::CREATE_STRING_FROM_STRING : EntrypointId::CREATE_STRING_FR… in VisitInitString()
4904 if (initStr->IsFromString()) { in VisitInitString()