Searched refs:CanTailCall (Results 1 – 4 of 4) sorted by relevance
442 bool CanTailCall(const CallDescriptor* callee) const; in NON_EXPORTED_BASE()
163 bool CallDescriptor::CanTailCall(const CallDescriptor* callee) const { in CanTailCall() function in v8::internal::compiler::CallDescriptor
3027 DCHECK(caller->CanTailCall(callee)); in VisitTailCall()
5989 DCHECK(descriptor_->CanTailCall(call_descriptor)); in CallDirect()