Home | History | Annotate | Download | only in runtime

Lines Matching full:start_index

568   int start_index = callee->shared()->internal_formal_parameter_count();
574 int num_elements = std::max(0, argument_count - start_index);
583 elements->set(i, *arguments[i + start_index], mode);