Home
last modified time | relevance | path

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

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