Searched refs:switch_block (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | scheduler.cc | 486 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/ |
D | parser.cc | 1708 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()
|