Home | History | Annotate | Download | only in regexp

Lines Matching defs:recursion_depth

1017   inline int recursion_depth() { return recursion_depth_; }
2285 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion;
3491 int recursion_depth = 0;
3493 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) {