Home | History | Annotate | Download | only in mips64

Lines Matching refs:kRegisterPassedArguments

4965   const int kRegisterPassedArguments = 8;
4987 int stack_args_count = (argument_count > kRegisterPassedArguments) ?
4988 (argument_count - kRegisterPassedArguments) : 0;
4997 for (int i = kRegisterPassedArguments; i < argument_count; i++) {
4998 int stack_index = i - kRegisterPassedArguments + kCArgSlotCount;