Searched defs:AddrofNode (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_nodes.h | 908 class AddrofNode : public BaseNode { class 910 explicit AddrofNode(Opcode o) : BaseNode(o), stIdx() {} in AddrofNode() function in AddrofNode 912 AddrofNode(Opcode o, PrimType typ) : AddrofNode(o, typ, StIdx(), 0) {} in AddrofNode() function in AddrofNode 914 AddrofNode(Opcode o, PrimType typ, StIdx sIdx, FieldID fid) : BaseNode(o, typ, 0), stIdx(sIdx), fieldID(fid) {} in AddrofNode() function in AddrofNode [all...] |
Completed in 3 milliseconds