Searched refs:GetFirstUnusedStackSlot (Results 1 – 3 of 3) sorted by relevance
78 int CallDescriptor::GetFirstUnusedStackSlot() const { in GetFirstUnusedStackSlot() function in v8::internal::compiler::CallDescriptor95 int callee_slots_above_sp = GetFirstUnusedStackSlot(); in GetStackParameterDelta()96 int tail_caller_slots_above_sp = tail_caller->GetFirstUnusedStackSlot(); in GetStackParameterDelta()
307 int GetFirstUnusedStackSlot() const; in NON_EXPORTED_BASE()
2806 int optional_padding_slot = callee->GetFirstUnusedStackSlot(); in VisitTailCall()