Searched refs:kMaxRecursion (Results 1 – 3 of 3) sorted by relevance
966 static const int kMaxRecursion = 100; member in v8::internal::RegExpCompiler2220 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion; in KeepRecursing()3417 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) { in GreedyLoopTextLengthForAlternative()6689 node = node->FilterOneByte(RegExpCompiler::kMaxRecursion); in Compile()6693 node = node->FilterOneByte(RegExpCompiler::kMaxRecursion); in Compile()
141 if (count_ >= kMaxRecursion) { in Up()146 for (unsigned i = 0; i < kMaxRecursion; i++) { in Up()153 VIXL_ASSERT((count_ > 0) && (count_ < kMaxRecursion)); in Down()159 static const uint32_t kMaxRecursion = 6; variable160 const char* location_stack_[kMaxRecursion];
5627 const int kMaxRecursion = 100; in WriteUtf8() local5628 bool success = RecursivelySerializeToUtf8(*str, &writer, kMaxRecursion); in WriteUtf8()