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/
H A Dmir_nodes.h1324 class SwitchNode : public StmtNode { class
1326 explicit SwitchNode(MapleAllocator &allocator) : StmtNode(OP_switch, 1), switchTable(allocator.Adapter()) {} in SwitchNode() function in SwitchNode
1328 explicit SwitchNode(const MIRModule &mod) : SwitchNode(mod.GetCurFuncCodeMPAllocator()) {} in SwitchNode() function in SwitchNode
1330 SwitchNode(MapleAllocator &allocator, LabelIdx label) : SwitchNode(allocator, label, nullptr) {} in SwitchNode() function in SwitchNode
1332 SwitchNode(MapleAllocator &allocator, LabelIdx label, BaseNode *opnd) in SwitchNode() function in SwitchNode
1337 SwitchNode(const MIRModule &mod, LabelIdx label) : SwitchNode(mod.GetCurFuncCodeMPAllocator(), label) {} in SwitchNode() function in SwitchNode
1339 SwitchNode(MapleAllocato function in SwitchNode
1346 SwitchNode(const MIRModule &mod, const SwitchNode &node) : SwitchNode(mod.GetCurFuncCodeMPAllocator(), node) {} SwitchNode() function in SwitchNode
[all...]

Completed in 4 milliseconds