Home
last modified time | relevance | path

Searched refs:GetSwitchTable (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp60 int32 length = static_cast<int>(stmt->GetSwitchTable().size()); in FindClusters()
83 for (int32 i = 0; i < static_cast<int>(stmt->GetSwitchTable().size()); ++i) { in InitSwitchItems()
89 for (int32 i = 0; i < static_cast<int>(stmt->GetSwitchTable().size()); ++i) { in InitSwitchItems()
113 int64 lastCaseTag = stmt->GetSwitchTable().at(startIdx).first; in BuildRangeGotoNode()
342 if (stmt->GetSwitchTable().empty()) { /* change to goto */ in LowerSwitch()
354 for (CasePair &casePair : stmt->GetSwitchTable()) { in LowerSwitch()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_lower.cpp275 CaseVector *switchTable = &switchNode->GetSwitchTable(); in LowerSwitchStmt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h1396 const CaseVector &GetSwitchTable() const in GetSwitchTable() function in SwitchNode
1401 CaseVector &GetSwitchTable() in GetSwitchTable() function in SwitchNode

Completed in 9 milliseconds