Searched refs:CanTailCall (Results 1 – 3 of 3) sorted by relevance
311 bool CanTailCall(const Node* call) const; in NON_EXPORTED_BASE()
116 bool CallDescriptor::CanTailCall(const Node* node) const { in CanTailCall() function in v8::internal::compiler::CallDescriptor
2750 DCHECK(caller->CanTailCall(node)); in VisitTailCall()