Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2220 …explicit SwitchNode(MapleAllocator &allocator) : StmtNode(OP_switch, 1), switchTable(allocator.Ada… in SwitchNode() function
2222 explicit SwitchNode(const MIRModule &mod) : SwitchNode(mod.GetCurFuncCodeMPAllocator()) {} in SwitchNode() function
2224 SwitchNode(MapleAllocator &allocator, LabelIdx label) : SwitchNode(allocator, label, nullptr) {} in SwitchNode() function
2226 SwitchNode(MapleAllocator &allocator, LabelIdx label, BaseNode *opnd) in SwitchNode() function
2231SwitchNode(const MIRModule &mod, LabelIdx label) : SwitchNode(mod.GetCurFuncCodeMPAllocator(), lab… in SwitchNode() function
2233 SwitchNode(MapleAllocator &allocator, const SwitchNode &node) in SwitchNode() function
2240SwitchNode(const MIRModule &mod, const SwitchNode &node) : SwitchNode(mod.GetCurFuncCodeMPAllocato… in SwitchNode() function