Home
last modified time | relevance | path

Searched refs:switch_block (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dscheduler.cc545 BasicBlock* switch_block = FindPredecessorBlock(switch_control); in ConnectSwitch() local
547 TraceConnect(sw, switch_block, successor_blocks[index]); in ConnectSwitch()
549 schedule_->AddSwitch(switch_block, sw, successor_blocks, successor_count); in ConnectSwitch()
/third_party/node/deps/v8/src/parsing/
Dparser.cc1969 Block* switch_block = factory()->NewBlock(2, false); in RewriteSwitchStatement() local
1981 switch_block->statements()->Add(tag_statement, zone()); in RewriteSwitchStatement()
1987 switch_block->statements()->Add(cases_block, zone()); in RewriteSwitchStatement()
1988 return switch_block; in RewriteSwitchStatement()