Searched refs:capture_start (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc811 Register capture_start = w12; local
836 __ Mov(capture_start.X(), GetCachedRegister(i));
837 __ Lsr(capture_end.X(), capture_start.X(), kWRegSizeInBits);
840 __ Mov(first_capture_start, capture_start);
844 __ Add(capture_start, input_length, Operand(capture_start, ASR, 1));
847 __ Add(capture_start, input_length, capture_start);
851 __ Stp(capture_start,
873 capture_start,
[all...]

Completed in 99 milliseconds