Home | History | Annotate | Download | only in compiler

Lines Matching full:start_index

501       int start_index = shared->internal_formal_parameter_count();
512 AllocateRestArguments(effect, control, args_state, start_index);
523 int length = std::max(0, argument_count - start_index);
1009 int start_index) {
1012 int num_elements = std::max(0, argument_count - start_index);
1021 for (int i = 0; i < start_index; i++) {