Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1304 Conststr16Node() : BaseNode(OP_conststr16) {} in Conststr16Node() function
1306 explicit Conststr16Node(U16StrIdx i) : BaseNode(OP_conststr16), strIdx(i) {} in Conststr16Node() function
1308 Conststr16Node(PrimType typ, U16StrIdx i) : BaseNode(OP_conststr16, typ, 0), strIdx(i) {} in Conststr16Node() function