Home | History | Annotate | Download | only in regexp

Lines Matching refs:capture_register_count

633   int capture_register_count = (capture_count + 1) * 2;
634 EnsureSize(last_match_info, capture_register_count + kLastMatchOverhead);
638 for (int i = 0; i < capture_register_count; i += 2) {
643 SetLastCaptureCount(array, capture_register_count);
5707 int capture_register_count,
5715 stack_pointer_register, position_register, capture_register_count,
5720 stack_pointer_register, position_register, capture_register_count,