Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dschedule-unittest.cc140 TEST_F(ScheduleTest, AddCall) { in TEST_F() argument
147 schedule.AddCall(start, call, sblock, eblock); in TEST_F()
/external/v8/src/compiler/
Dschedule.h210 void AddCall(BasicBlock* block, Node* call, BasicBlock* success_block,
Dschedule.cc203 void Schedule::AddCall(BasicBlock* block, Node* call, BasicBlock* success_block, in AddCall() function in v8::internal::compiler::Schedule
Dscheduler.cc428 schedule_->AddCall(call_block, call, successor_blocks[0], in ConnectCall()