Lines Matching full:capture
36 * Used to initialize capture registers.
47 * - x0-x7 : Used as a cache to store 32 bit capture registers. These
76 * - fp[-44] register N Capture registers initialized with
289 // Save the capture length in a callee-saved register so it will
294 // Find length of back-referenced capture.
303 // Succeed on empty capture (including no capture).
337 __ Orr(w10, w10, 0x20); // Convert capture character to lower-case.
380 // w2: size_t byte_length - length of capture in bytes(!)
383 // Address of start of capture.
385 // Length of capture.
406 // On success, increment position by length of capture.
423 // Find length of back-referenced capture.
432 // Succeed on empty capture (including no capture).
439 // Compute pointers to match string and capture string
762 // capture registers, it corresponds to the position of the first character
839 // Keep capture start for the zero-length check later.
856 // Only carry on if there are more than kNumCachedRegisters capture
862 // There are always an even number of capture registers. A couple of
876 // Keep capture start for the zero-length check later.
938 // Capture results have been stored, so the number of remaining global
942 // Check whether we have enough room for another set of capture results.
1213 // If the first capture register is cached in a hardware register but not