Home | History | Annotate | Download | only in src

Lines Matching refs:parameter_count

7801   int parameter_count = callee->shared()->formal_parameter_count();
7803 if (parameter_count > 0) {
7804 int mapped_count = Min(argument_count, parameter_count);
7840 for (int j = index + 1; j < parameter_count; ++j) {