Searched refs:recursion_depth (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-259300.js32 var recursion_depth = 0; variable
36 recursion_depth++;
37 var disable_break = (recursion_depth > 2);
/external/libunwind/tests/
H A DGia64-test-stack.c49 extern void touch_all (unsigned long recursion_depth);
/external/libexif/libexif/
H A Dexif-data.c354 * \param[in] recursion_depth number of times this function has been
360 unsigned int ds, unsigned int offset, unsigned int recursion_depth)
375 if (recursion_depth > 30) {
419 exif_data_load_data_content (data, EXIF_IFD_EXIF, d, ds, o, recursion_depth + 1);
423 exif_data_load_data_content (data, EXIF_IFD_GPS, d, ds, o, recursion_depth + 1);
427 exif_data_load_data_content (data, EXIF_IFD_INTEROPERABILITY, d, ds, o, recursion_depth + 1);
358 exif_data_load_data_content(ExifData *data, ExifIfd ifd, const unsigned char *d, unsigned int ds, unsigned int offset, unsigned int recursion_depth) argument
/external/chromium_org/v8/src/
H A Djsregexp.h945 int recursion_depth,
972 int recursion_depth,
971 EatsAtLeast(int still_to_find, int recursion_depth, bool not_at_start) argument
H A Djsregexp.cc1021 inline int recursion_depth() { return recursion_depth_; } function in class:v8::internal::RegExpCompiler
2244 if (compiler->recursion_depth() >= RegExpCompiler::kMaxRecursion) {
2261 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion) {
3452 int recursion_depth = 0; local
3454 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) {

Completed in 106 milliseconds