Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-crbug-259300.js32 var recursion_depth = 0; variable
36 recursion_depth++;
37 var disable_break = (recursion_depth > 2);
/external/libexif/libexif/
Dexif-data.c360 unsigned int ds, unsigned int offset, unsigned int recursion_depth) in exif_data_load_data_content() argument
375 if (recursion_depth > 30) { in exif_data_load_data_content()
419 exif_data_load_data_content (data, EXIF_IFD_EXIF, d, ds, o, recursion_depth + 1); in exif_data_load_data_content()
423 exif_data_load_data_content (data, EXIF_IFD_GPS, d, ds, o, recursion_depth + 1); in exif_data_load_data_content()
427 exif_data_load_data_content (data, EXIF_IFD_INTEROPERABILITY, d, ds, o, recursion_depth + 1); in exif_data_load_data_content()
/external/libunwind/tests/
DGia64-test-stack.c49 extern void touch_all (unsigned long recursion_depth);
/external/chromium_org/v8/src/
Djsregexp.h945 int recursion_depth,
972 int recursion_depth, in EatsAtLeast() argument
Djsregexp.cc1021 inline int recursion_depth() { return recursion_depth_; } in recursion_depth() function in v8::internal::RegExpCompiler
2244 if (compiler->recursion_depth() >= RegExpCompiler::kMaxRecursion) { in LimitVersions()
2261 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion) { in LimitVersions()
3452 int recursion_depth = 0; in GreedyLoopTextLengthForAlternative() local
3454 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) { in GreedyLoopTextLengthForAlternative()
/external/chromium_org/third_party/cython/src/Cython/Includes/Deprecated/
Dpython2.5.pxd398 int recursion_depth