Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.h399 bool CanTailCall(const CallDescriptor* callee) const; in NON_EXPORTED_BASE()
Dlinkage.cc133 bool CallDescriptor::CanTailCall(const CallDescriptor* callee) const { in CanTailCall() function in v8::internal::compiler::CallDescriptor
/external/v8/src/compiler/backend/
Dinstruction-selector.cc3018 DCHECK(caller->CanTailCall(callee)); in VisitTailCall()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc3878 DCHECK(descriptor_->CanTailCall(call_descriptor)); in CallDirect()