Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc486 BasicBlock* switch_block = FindPredecessorBlock(switch_control); in ConnectSwitch() local
488 TraceConnect(sw, switch_block, successor_blocks[index]); in ConnectSwitch()
490 schedule_->AddSwitch(switch_block, sw, successor_blocks, successor_count); in ConnectSwitch()
/external/v8/src/parsing/
Dparser.cc1708 Block* switch_block = factory()->NewBlock(NULL, 2, false, kNoSourcePosition); in RewriteSwitchStatement() local
1717 switch_block->statements()->Add(tag_statement, zone()); in RewriteSwitchStatement()
1722 switch_block->statements()->Add( in RewriteSwitchStatement()
1732 switch_block->statements()->Add(cases_block, zone()); in RewriteSwitchStatement()
1733 return switch_block; in RewriteSwitchStatement()