Home | History | Annotate | Download | only in src

Lines Matching refs:recursion_depth

1021   inline int recursion_depth() { return recursion_depth_; }
2244 if (compiler->recursion_depth() >= RegExpCompiler::kMaxRecursion) {
2261 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion) {
3452 int recursion_depth = 0;
3454 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) {