Searched refs:kMinimumStackSlots (Results 1 – 1 of 1) sorted by relevance
5148 const int kMinimumStackSlots = kRegisterPassedArguments; in ArgumentStackSlotsForCFunctionCall() local5149 if (num_arguments < kMinimumStackSlots) return kMinimumStackSlots; in ArgumentStackSlotsForCFunctionCall()