Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp532 void EHFunc::InsertDefaultLabelAndAbortFunc(BlockNode &blkNode, SwitchNode &switchNode, const StmtN… in InsertDefaultLabelAndAbortFunc()
547 void EHFunc::FillSwitchTable(SwitchNode &switchNode, const EHTry &ehTry) in FillSwitchTable()
585 SwitchNode *switchNode = nullptr; in InsertEHSwitchTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Djava_eh_lower.cpp152 auto *switchNode = static_cast<SwitchNode *>(stmt); in DoLowerBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp287 BlockNode *MIRLower::LowerSwitchStmt(SwitchNode *switchNode) in LowerSwitchStmt()
Dmir_builder.cpp1214 …auto *switchNode = GetCurrentFuncCodeMp()->New<SwitchNode>(*GetCurrentFuncCodeMpAllocator(), defau… in CreateStmtSwitch() local
Dmir_parser.cpp616 auto *switchNode = mod.CurFuncCodeMemPool()->New<SwitchNode>(mod); in ParseStmtSwitch() local