Home | History | Annotate | Download | only in ppc

Lines Matching full:param_count

110   int param_count = descriptor.GetRegisterParameterCount();
114 DCHECK(param_count == 0 ||
115 r3.is(descriptor.GetRegisterParameter(param_count - 1)));
117 for (int i = 0; i < param_count; ++i) {
120 __ CallExternalReference(miss, param_count);