Home
last modified time | relevance | path

Searched refs:defaultTarget (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DswitchBuilder.cpp68 const ir::SwitchCaseStatement *defaultTarget = stmt_->Cases()[defaultIndex]; in JumpToDefault() local
69 pg_->Branch(defaultTarget, caseLabels_[defaultIndex]); in JumpToDefault()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DswitchBuilder.h88 const ir::SwitchCaseStatement *defaultTarget = stmt_->Cases()[defaultIndex]; in JumpToDefault() local
89 cg_->Branch(defaultTarget, caseLabels_[defaultIndex]); in JumpToDefault()

Completed in 2 milliseconds