Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dlinkage.h442 bool CanTailCall(const CallDescriptor* callee) const; in NON_EXPORTED_BASE()
Dlinkage.cc163 bool CallDescriptor::CanTailCall(const CallDescriptor* callee) const { in CanTailCall() function in v8::internal::compiler::CallDescriptor
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc3027 DCHECK(caller->CanTailCall(callee)); in VisitTailCall()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5989 DCHECK(descriptor_->CanTailCall(call_descriptor)); in CallDirect()