Searched refs:AddTailCall (Results 1 – 4 of 4) sorted by relevance
217 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallN()240 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallRuntime1()264 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallRuntime2()
225 void AddTailCall(BasicBlock* block, Node* input);
237 void Schedule::AddTailCall(BasicBlock* block, Node* input) { in AddTailCall() function in v8::internal::compiler::Schedule
505 schedule_->AddTailCall(call_block, call); in ConnectTailCall()