Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc78 int CallDescriptor::GetFirstUnusedStackSlot() const { in GetFirstUnusedStackSlot() function in v8::internal::compiler::CallDescriptor
95 int callee_slots_above_sp = GetFirstUnusedStackSlot(); in GetStackParameterDelta()
96 int tail_caller_slots_above_sp = tail_caller->GetFirstUnusedStackSlot(); in GetStackParameterDelta()
Dlinkage.h307 int GetFirstUnusedStackSlot() const; in NON_EXPORTED_BASE()
Dinstruction-selector.cc2806 int optional_padding_slot = callee->GetFirstUnusedStackSlot(); in VisitTailCall()