Home
last modified time | relevance | path

Searched refs:CanTailCall (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dlinkage.h311 bool CanTailCall(const Node* call) const; in NON_EXPORTED_BASE()
Dlinkage.cc116 bool CallDescriptor::CanTailCall(const Node* node) const { in CanTailCall() function in v8::internal::compiler::CallDescriptor
Dinstruction-selector.cc2750 DCHECK(caller->CanTailCall(node)); in VisitTailCall()