Home
last modified time | relevance | path

Searched refs:InsertSwitch (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dschedule.h238 void InsertSwitch(BasicBlock* block, BasicBlock* end, Node* sw,
Dschedule.cc285 void Schedule::InsertSwitch(BasicBlock* block, BasicBlock* end, Node* sw, in InsertSwitch() function in v8::internal::compiler::Schedule
Dscheduler.cc474 schedule_->InsertSwitch(component_start_, component_end_, sw, in ConnectSwitch()