Home | History | Annotate | Download | only in ia32

Lines Matching full:param_count

109   int param_count = descriptor.GetRegisterParameterCount();
113 DCHECK(param_count == 0 ||
114 eax.is(descriptor.GetRegisterParameter(param_count - 1)));
116 for (int i = 0; i < param_count; ++i) {
119 __ CallExternalReference(miss, param_count);