Searched refs:capture_length (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc291 Register capture_length = w19; local
292 DCHECK(kCalleeSaved.IncludesAliasOf(capture_length));
302 __ Sub(capture_length, w11, capture_start_offset); // Length to check.
304 __ Cbz(capture_length, &fallthrough);
307 __ Cmn(capture_length, current_input_offset());
324 Operand(capture_length, SXTW));
386 __ Mov(w2, capture_length);
407 __ Add(current_input_offset(), current_input_offset(), capture_length); local
421 Register capture_length = w15; local
431 __ Sub(capture_length, w1
[all...]

Completed in 175 milliseconds