Lines Matching refs:match_start
3648 int match_start, in SetLastMatchInfoNoCaptures() argument
3657 RegExpImpl::SetCapture(elements, 0, match_start); in SetLastMatchInfoNoCaptures()
3777 int match_start = -1; in SearchRegExpNoCaptureMultiple() local
3795 match_start = register_vector[0]; in SearchRegExpNoCaptureMultiple()
3797 if (match_end < match_start) { in SearchRegExpNoCaptureMultiple()
3800 match_start); in SearchRegExpNoCaptureMultiple()
3806 match_start, in SearchRegExpNoCaptureMultiple()
3810 match_start, in SearchRegExpNoCaptureMultiple()
3813 if (match_start != match_end) { in SearchRegExpNoCaptureMultiple()
3828 if (match_start >= 0) { in SearchRegExpNoCaptureMultiple()
3836 match_start, in SearchRegExpNoCaptureMultiple()
3879 int match_start = register_vector[0]; in SearchRegExpMultiple() local
3881 if (match_end < match_start) { in SearchRegExpMultiple()
3884 match_start); in SearchRegExpMultiple()
3898 match_start, in SearchRegExpMultiple()
3902 match_start, in SearchRegExpMultiple()
3925 elements->set(capture_count + 1, Smi::FromInt(match_start)); in SearchRegExpMultiple()
3935 if (match_end > match_start) { in SearchRegExpMultiple()