Home
last modified time | relevance | path

Searched refs:CreateStrConst (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h203 ConstvalNode *CreateStrConst(const BaseNode &);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h347 Const &CreateStrConst(const String &constStr);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp455 Const &LMIRBuilder::CreateStrConst(const String &constStr) in CreateStrConst() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp615 ConstvalNode *MIRBuilder::CreateStrConst(const BaseNode &node) in CreateStrConst() function in maple::MIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp3105 …Expr value = lmirBuilder_->ConstVal(lmirBuilder_->CreateStrConst(std::string(str.data(), str.size(… in VisitConstString()