Lines Matching defs:registers
164 // Finds matches and writes their concatenated capture registers to
179 base::Vector<int> registers = *best_match_registers_;
181 std::copy(registers.begin(), registers.end(), output_registers);
185 const int match_begin = registers[0];
186 const int match_end = registers[1];
217 // Pointer to the array of registers, which is always size
294 // Find the next match and return the corresponding capture registers and
295 // write its capture registers to `best_match_registers_`. The search starts
522 // Number of registers used per thread.