Home | History | Annotate | Download | only in x64

Lines Matching refs:kMinimumStackSlots

4114   const int kMinimumStackSlots = kRegisterPassedArguments;
4115 if (num_arguments < kMinimumStackSlots) return kMinimumStackSlots;