Searched refs:kMaxRecursion (Results 1 – 6 of 6) sorted by relevance
35 static const int kMaxRecursion = 16; variable
45 if (recursion_depth_ > kMaxRecursion) { in MeasureObject()
5694 const int kMaxRecursion = 100; in WriteUtf8() local5695 bool success = RecursivelySerializeToUtf8(*str, &writer, kMaxRecursion); in WriteUtf8()
28 const int kMaxRecursion = 32; variable53 if (nLevel > kMaxRecursion) in FPDF_GetFieldAttr()
1011 static const int kMaxRecursion = 100; member in v8::internal::RegExpCompiler2280 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion; in KeepRecursing()3488 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) { in GreedyLoopTextLengthForAlternative()6676 node = node->FilterOneByte(RegExpCompiler::kMaxRecursion, ignore_case); in Compile()6680 node = node->FilterOneByte(RegExpCompiler::kMaxRecursion, ignore_case); in Compile()
149 if (count_ >= kMaxRecursion) { in Up()154 for (unsigned i = 0; i < kMaxRecursion; i++) { in Up()161 VIXL_ASSERT((count_ > 0) && (count_ < kMaxRecursion)); in Down()167 static const uint32_t kMaxRecursion = 6; variable168 const char* location_stack_[kMaxRecursion];