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