Lines Matching refs:kMaxRecursion
1042 static const int kMaxRecursion = 100;
2272 if (compiler->recursion_depth() >= RegExpCompiler::kMaxRecursion) {
2289 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion) {
3480 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) {
6054 node = node->FilterASCII(RegExpCompiler::kMaxRecursion, ignore_case);
6058 node = node->FilterASCII(RegExpCompiler::kMaxRecursion, ignore_case);