Lines Matching defs:input_end
291 const byte** input_start, const byte** input_end) {
359 intptr_t byte_length = *input_end - *input_start;
361 *input_end = *input_start + byte_length;
410 const byte* input_end = input_start + byte_length;
411 return Execute(*subject, start_offset, input_start, input_end, offsets_vector,
418 const byte* input_end, int* output, int output_size, Isolate* isolate,
420 return Execute(input, start_offset, input_start, input_end, output,
430 int start_offset, const byte* input_start, const byte* input_end,
441 const byte* input_end, int* output, int output_size, int call_origin,
445 int result = fn.Call(input.ptr(), start_offset, input_start, input_end,
453 // {input_end}, we are about to return anyway.