Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp122 if (stmt->GetDefaultLabel() != 0) { in BuildRangeGotoNode()
123 node->AddRangeGoto(curTag, stmt->GetDefaultLabel()); in BuildRangeGotoNode()
154 if (idx == -1 && stmt->GetDefaultLabel() == 0) { in BuildGotoNode()
159 gotoStmt->SetOffset(stmt->GetDefaultLabel()); in BuildGotoNode()
168 if (idx == -1 && stmt->GetDefaultLabel() == 0) { in BuildCondGotoNode()
174 cGotoStmt->SetOffset(stmt->GetDefaultLabel()); in BuildCondGotoNode()
210 if (stmt->GetDefaultLabel() == 0) { in BuildCodeForSwitchItems()
234 if (stmt->GetDefaultLabel() == 0) { in BuildCodeForSwitchItems()
323 if (stmt->GetDefaultLabel() != 0) { in BuildCodeForSwitchItems()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_lower.cpp278 LabelIdx defaultLabel = switchNode->GetDefaultLabel(); in LowerSwitchStmt()
289 LabelIdx defaultLabel = switchNode->GetDefaultLabel(); in LowerSwitchStmt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h1341 defaultLabel(node.GetDefaultLabel()), in SwitchNode()
1386 LabelIdx GetDefaultLabel() const in GetDefaultLabel() function in SwitchNode

Completed in 5 milliseconds