Home | History | Annotate | Download | only in compiler

Lines Matching refs:formal_parameter_count

1388   int formal_parameter_count;
1394 return first.formal_parameter_count == second.formal_parameter_count &&
1399 return base::hash_combine(param.formal_parameter_count, param.is_rest_length);
1403 return os << param.formal_parameter_count << ", "
1410 int formal_parameter_count, bool is_rest_length) {
1416 ArgumentsLengthParameters{formal_parameter_count,
1422 return OpParameter<ArgumentsLengthParameters>(op).formal_parameter_count;