Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h3384 IassignoffNode() : BinaryStmtNode(OP_iassignoff) {} in IassignoffNode() function
3386 explicit IassignoffNode(int32 ofst) : BinaryStmtNode(OP_iassignoff), offset(ofst) {} in IassignoffNode() function
3388IassignoffNode(PrimType primType, int32 offset, BaseNode *addrOpnd, BaseNode *srcOpnd) : Iassignof… in IassignoffNode() function