Home
last modified time | relevance | path

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

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