Searched refs:AddTailCall (Results 1 – 4 of 4) sorted by relevance
228 void AddTailCall(BasicBlock* block, Node* input); in NON_EXPORTED_BASE()
202 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallN()
254 void Schedule::AddTailCall(BasicBlock* block, Node* input) { in AddTailCall() function in v8::internal::compiler::Schedule
513 schedule_->AddTailCall(call_block, call); in ConnectTailCall()