Home | History | Annotate | Download | only in runtime

Lines Matching defs:start_index

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