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

/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc288 Register capture_start_offset = w10; local
297 __ Mov(capture_start_offset.X(), GetCachedRegister(start_reg));
300 __ Ldp(w11, capture_start_offset, capture_location(start_reg, x10));
302 __ Sub(capture_length, w11, capture_start_offset); // Length to check.
321 Operand(capture_start_offset, SXTW));
384 __ Add(x0, input_end(), Operand(capture_start_offset, SXTW));

Completed in 131 milliseconds