Lines Matching full:param_count
113 int param_count = descriptor.GetRegisterParameterCount();
117 DCHECK((param_count == 0) ||
118 a0.is(descriptor.GetRegisterParameter(param_count - 1)));
120 __ Dsubu(sp, sp, Operand(param_count * kPointerSize));
121 for (int i = 0; i < param_count; ++i) {
124 MemOperand(sp, (param_count - 1 - i) * kPointerSize));
126 __ CallExternalReference(miss, param_count);