Lines Matching full:param_count
106 int param_count = descriptor.GetRegisterParameterCount();
110 DCHECK((param_count == 0) ||
111 x0.Is(descriptor.GetRegisterParameter(param_count - 1)));
115 for (int i = 0; i < param_count; ++i) {
120 __ CallExternalReference(miss, param_count);
1718 Register param_count = x7;
1719 __ SmiUntag(param_count, param_count_smi);
1738 // x7 param_count number of function parameters
1744 __ Mov(arg_count, param_count);
1745 __ Mov(mapped_params, param_count);
1757 // Compute the mapped parameter count = min(param_count
1758 __ Cmp(param_count, arg_count);
1759 __ Csel(mapped_params, param_count, arg_count, lt);
1769 // x7 param_count number of function parameters
1807 // x7 param_count number of function parameters
1855 // x7 param_count number of function parameters
1904 // x7 param_count number of function parameters
1915 __ Add(index, param_count, static_cast<int>(Context::MIN_CONTEXT_SLOTS));
2011 Register param_count = x13;
2012 __ SmiUntag(param_count, param_count_smi);
2028 // x13 param_count number of parameters passed to function
2034 __ SmiUntag(param_count, param_count_smi);
2035 __ Add(x10, caller_fp, Operand(param_count, LSL, kPointerSizeLog2));
2042 __ Add(size, param_count, FixedArray::kHeaderSize / kPointerSize);
2043 __ Cmp(param_count, 0);
2064 // x13 param_count number of parameters passed to function
2078 __ Cbz(param_count, &done);
2096 // x13 param_count number of parameters passed to function
2110 __ Sub(param_count, param_count, 1);
2111 __ Cbnz(param_count, &loop);
2140 Register param_count = x13;
2141 __ SmiUntag(param_count, param_count_smi);
2157 // x13 param_count number of parameters passed to function
2162 __ SmiUntag(param_count, param_count_smi);
2163 __ Add(x10, caller_fp, Operand(param_count, LSL, kPointerSizeLog2));