Home | History | Annotate | Download | only in src

Lines Matching refs:capture_register_count

667   int capture_register_count = (capture_count + 1) * 2;
669 capture_register_count + kLastMatchOverhead);
673 for (int i = 0; i < capture_register_count; i += 2) {
678 SetLastCaptureCount(array, capture_register_count);