Home
last modified time | relevance | path

Searched refs:AddSwitch (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dschedule.h218 void AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks,
Dschedule.cc225 void Schedule::AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks, in AddSwitch() function in v8::internal::compiler::Schedule
Draw-machine-assembler.cc92 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count); in Switch()
Dscheduler.cc482 schedule_->AddSwitch(switch_block, sw, successor_blocks, successor_count); in ConnectSwitch()