Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dlinkage.cc103 int CallDescriptor::GetOffsetToFirstUnusedStackSlot() const { in GetOffsetToFirstUnusedStackSlot() function in v8::internal::compiler::CallDescriptor
134 int last_argument_slot = GetOffsetToFirstUnusedStackSlot() - 1; in GetOffsetToReturns()
Dlinkage.h431 int GetOffsetToFirstUnusedStackSlot() const; in NON_EXPORTED_BASE()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc3071 callee->GetOffsetToFirstUnusedStackSlot() - 1; in VisitTailCall()