Lines Matching refs:start
37 * - x26 : Address at the start of the input string: input_start.
38 * - w27 : Where to start in the input string.
85 * character of the string). The remaining registers start out as garbage.
92 * Address start,
417 // x0: Address byte_offset1 - Address captured substring's start.
422 // Address of start of capture.
894 // Find negative length (offset of start relative to end).
921 // Load newline if index is at start, previous character otherwise.
982 // Keep capture start for the zero-length check later.
985 // Offsets need to be relative to the start of the string.
1017 // Keep capture start for the zero-length check later.
1020 // Offsets need to be relative to the start of the string.
1035 Label loop, start;
1043 __ B(&start);
1048 __ Bind(&start);
1471 // CheckStackGuardState needs the end and start addresses of the input string.