Searched refs:AddCall (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | schedule-unittest.cc | 140 TEST_F(ScheduleTest, AddCall) { in TEST_F() argument 147 schedule.AddCall(start, call, sblock, eblock); in TEST_F()
|
/external/v8/src/compiler/ |
D | schedule.h | 210 void AddCall(BasicBlock* block, Node* call, BasicBlock* success_block,
|
D | schedule.cc | 203 void Schedule::AddCall(BasicBlock* block, Node* call, BasicBlock* success_block, in AddCall() function in v8::internal::compiler::Schedule
|
D | scheduler.cc | 428 schedule_->AddCall(call_block, call, successor_blocks[0], in ConnectCall()
|