Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc478 BasicBlock* switch_block = FindPredecessorBlock(switch_control); in ConnectSwitch() local
480 TraceConnect(sw, switch_block, successor_blocks[index]); in ConnectSwitch()
482 schedule_->AddSwitch(switch_block, sw, successor_blocks, successor_count); in ConnectSwitch()
/external/v8/src/parsing/
Dparser.cc2894 Block* switch_block = in ParseSwitchStatement() local
2910 switch_block->statements()->Add(tag_statement, zone()); in ParseSwitchStatement()
2915 switch_block->statements()->Add( in ParseSwitchStatement()
2953 switch_block->statements()->Add(cases_block, zone()); in ParseSwitchStatement()
2955 return switch_block; in ParseSwitchStatement()