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