Lines Matching full:recursion_depth
1014 inline int recursion_depth() { return recursion_depth_; }2281 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion;3487 int recursion_depth = 0;3489 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) {