Home | History | Annotate | Download | only in x64

Lines Matching full:param_count

100   int param_count = descriptor.GetRegisterParameterCount();
104 DCHECK(param_count == 0 ||
105 rax.is(descriptor.GetRegisterParameter(param_count - 1)));
107 for (int i = 0; i < param_count; ++i) {
110 __ CallExternalReference(miss, param_count);