Home | History | Annotate | Download | only in src

Lines Matching refs:limiter

4949       RegExpExpansionLimiter limiter(
4951 if (min > 0 && min <= kMaxUnrolledMinMatches && limiter.ok_to_expand()) {
4968 RegExpExpansionLimiter limiter(compiler, max);
4969 if (limiter.ok_to_expand()) {