Searched defs:SwitchNode (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 2239 …explicit SwitchNode(MapleAllocator &allocator) : StmtNode(OP_switch, 1), switchTable(allocator.Ada… in SwitchNode() function 2241 explicit SwitchNode(const MIRModule &mod) : SwitchNode(mod.GetCurFuncCodeMPAllocator()) {} in SwitchNode() function 2243 SwitchNode(MapleAllocator &allocator, LabelIdx label) : SwitchNode(allocator, label, nullptr) {} in SwitchNode() function 2245 SwitchNode(MapleAllocator &allocator, LabelIdx label, BaseNode *opnd) in SwitchNode() function 2250 …SwitchNode(const MIRModule &mod, LabelIdx label) : SwitchNode(mod.GetCurFuncCodeMPAllocator(), lab… in SwitchNode() function 2252 SwitchNode(MapleAllocator &allocator, const SwitchNode &node) in SwitchNode() function 2259 …SwitchNode(const MIRModule &mod, const SwitchNode &node) : SwitchNode(mod.GetCurFuncCodeMPAllocato… in SwitchNode() function
|