Home
last modified time | relevance | path

Searched defs:switchCase (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DCFG.cpp552 for (auto switchCase : switchStatementNode->Cases()) { in Build() local
829 for (auto switchCase : switchCaseMap_) { local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp339 …auto switchCase = SwitchCaseStatementBuilder(Allocator()).SetTest(binaryExpr).SetConsequent(conseq… in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp288 GateRef switchCase = SwitchCase(switchBranch, keysValue[i]); in SwitchGeneric() local
Dstub_builder.cpp77 GateRef switchCase = env_->GetBuilder()->SwitchCase(switchBranch, keysValue[i]); in SwitchGeneric() local