Home
last modified time | relevance | path

Searched defs:switchBranch (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp139 GateRef CircuitBuilder::SwitchCase(GateRef switchBranch, int64_t value) in SwitchCase()
144 GateRef CircuitBuilder::DefaultCase(GateRef switchBranch) in DefaultCase()
285 GateRef switchBranch = SwitchBranch(currentControl, index, numberOfKeys); in SwitchGeneric() local
Dstub_builder.cpp74 GateRef switchBranch = env_->GetBuilder()->SwitchBranch(currentControl, index, numberOfKeys); in SwitchGeneric() local