Home | History | Annotate | Download | only in compiler

Lines Matching defs:start_index

117     // have aliased sloppy arguments), and compute the {start_index} for
123 int start_index = 0;
133 start_index = formal_parameter_count;
158 start_index, p.tail_call_mode()));
172 // starting from {start_index}.
174 for (int i = start_index + 1; i < parameters->InputCount(); ++i) {
451 int start_index = 0;
460 start_index = shared->internal_formal_parameter_count();
475 for (int i = start_index + 1; i < state_info.parameter_count(); ++i) {