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