Home | History | Annotate | Download | only in compiler

Lines Matching defs:start_index

417       int start_index = shared->internal_formal_parameter_count();
429 AllocateRestArguments(effect, control, args_state, start_index);
445 int length = std::max(0, argument_count - start_index);
795 int start_index) {
798 int num_elements = std::max(0, argument_count - start_index);
807 for (int i = 0; i < start_index; i++) {