Searched defs:AddrofNode (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 910 explicit AddrofNode(Opcode o) : BaseNode(o), stIdx() {} in AddrofNode() function 912 AddrofNode(Opcode o, PrimType typ) : AddrofNode(o, typ, StIdx(), 0) {} in AddrofNode() function 914 …AddrofNode(Opcode o, PrimType typ, StIdx sIdx, FieldID fid) : BaseNode(o, typ, 0), stIdx(sIdx), fi… in AddrofNode() function
|