Lines Matching defs:position
27 * - w21 : Current position in input, as negative offset from
397 // Compute new value of character position after the matched part.
418 // x1: Address byte_offset2 - Address of current character position.
426 // Address of current input position.
450 // On success, advance position by length of capture.
525 // Move current character position to position after match.
904 // The non-position value is used as a clearing value for the
905 // capture registers, it corresponds to the position of the first character
1099 // Advance current position after a zero-length match.
1322 // the current position is expected to be already loaded.
1323 // We have advanced the position, so it's safe to read backwards.
1348 Register position = current_input_offset();
1350 position = w10;
1351 __ Add(position, current_input_offset(), cp_offset * char_size());
1353 StoreRegister(reg, position);
1393 // We position the base pointer to (reg_from + 1).