Home
last modified time | relevance | path

Searched refs:kConstStringPtr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dliteralstrname.h24 const std::string kConstStringPtr = "_PTR_C_STR_"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp63 return StringUtils::StartsWith(GetName(), kConstStringPtr); in IsLiteralPtr()