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

/external/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc282 Register capture_length = w19; local
283 DCHECK(kCalleeSaved.IncludesAliasOf(capture_length));
293 __ Sub(capture_length, w11, capture_start_offset); // Length to check.
298 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough);
302 __ Add(w12, string_start_minus_one(), capture_length);
306 __ Cmn(capture_length, current_input_offset());
324 Operand(capture_length, SXTW));
331 Operand(capture_length, SXTW));
368 Operand(capture_length, SXTW));
395 __ Mov(w2, capture_length);
427 __ Sub(current_input_offset(), current_input_offset(), capture_length); local
429 __ Add(current_input_offset(), current_input_offset(), capture_length); local
444 Register capture_length = w15; local
[all...]

Completed in 76 milliseconds