Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dschedule.h228 void AddTailCall(BasicBlock* block, Node* input); in NON_EXPORTED_BASE()
Draw-machine-assembler.cc202 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallN()
Dschedule.cc254 void Schedule::AddTailCall(BasicBlock* block, Node* input) { in AddTailCall() function in v8::internal::compiler::Schedule
Dscheduler.cc513 schedule_->AddTailCall(call_block, call); in ConnectTailCall()