Home
last modified time | relevance | path

Searched refs:kMaxRecursion (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dcontext-measure.h35 static const int kMaxRecursion = 16; variable
Dcontext-measure.cc45 if (recursion_depth_ > kMaxRecursion) { in MeasureObject()
Dapi.cc5694 const int kMaxRecursion = 100; in WriteUtf8() local
5695 bool success = RecursivelySerializeToUtf8(*str, &writer, kMaxRecursion); in WriteUtf8()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp28 const int kMaxRecursion = 32; variable
53 if (nLevel > kMaxRecursion) in FPDF_GetFieldAttr()
/external/v8/src/regexp/
Djsregexp.cc1011 static const int kMaxRecursion = 100; member in v8::internal::RegExpCompiler
2280 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()
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h149 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; variable
168 const char* location_stack_[kMaxRecursion];