Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp340 auto switchCase = SwitchCaseStatementBuilder(Allocator()).SetTest(binaryExpr).SetConsequent(conseq).Build(); in TEST_F() local
341 cases.push_back(switchCase); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp271 GateRef switchCase = SwitchCase(switchBranch, keysValue[i]); in Switch() local
275 keysLabel[i].MergeControl(switchCase); in Switch()
H A Dstub_builder.cpp90 GateRef switchCase = env_->GetBuilder()->SwitchCase(switchBranch, keysValue[i]); in Switch() local
94 keysLabel[i].MergeControl(switchCase); in Switch()

Completed in 22 milliseconds