Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1500 DassignNode() : UnaryStmtNode(OP_dassign), stIdx() {} in DassignNode() function
1502 explicit DassignNode(PrimType typ) : UnaryStmtNode(OP_dassign, typ), stIdx() {} in DassignNode() function
1504 DassignNode(PrimType typ, BaseNode *opnd) : UnaryStmtNode(OP_dassign, typ, opnd), stIdx() {} in DassignNode() function
1506 DassignNode(PrimType typ, BaseNode *opnd, StIdx idx, FieldID fieldID) in DassignNode() function
1511DassignNode(BaseNode *opnd, StIdx idx, FieldID fieldID) : DassignNode(kPtyInvalid, opnd, idx, fiel… in DassignNode() function