Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1272 ConststrNode() : BaseNode(OP_conststr) {} in ConststrNode() function
1274 explicit ConststrNode(UStrIdx i) : BaseNode(OP_conststr), strIdx(i) {} in ConststrNode() function
1276 ConststrNode(PrimType typ, UStrIdx i) : BaseNode(OP_conststr, typ, 0), strIdx(i) {} in ConststrNode() function