Home | History | Annotate | Download | only in arm

Lines Matching defs:param_count

55   int param_count = descriptor.GetRegisterParameterCount();
59 DCHECK(param_count == 0 ||
60 r0.is(descriptor.GetRegisterParameter(param_count - 1)));
62 for (int i = 0; i < param_count; ++i) {
65 __ CallExternalReference(miss, param_count);