Searched defs:recursion_depth (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Djsregexp.h617 int recursion_depth,
787 int recursion_depth,
854 int recursion_depth,
925 int recursion_depth,
956 int recursion_depth,
980 int recursion_depth,
1064 int recursion_depth,
1067 int recursion_depth,
1116 int recursion_depth,
1143 int recursion_depth,
979 EatsAtLeast(int still_to_find, int recursion_depth, bool not_at_start) argument
[all...]
H A Djsregexp.cc814 inline int recursion_depth() { return recursion_depth_; } function in class:v8::internal::RegExpCompiler
1680 if (compiler->recursion_depth() >= RegExpCompiler::kMaxRecursion) {
1697 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion) {
1710 int recursion_depth,
1712 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0;
1715 recursion_depth + 1,
1721 int recursion_depth,
1723 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0;
1731 recursion_depth + 1,
1737 int recursion_depth,
1709 EatsAtLeast(int still_to_find, int recursion_depth, bool not_at_start) argument
1720 EatsAtLeast(int still_to_find, int recursion_depth, bool not_at_start) argument
1736 EatsAtLeast(int still_to_find, int recursion_depth, bool not_at_start) argument
1746 EatsAtLeast(int still_to_find, int recursion_depth, bool not_at_start) argument
1759 EatsAtLeast(int still_to_find, int recursion_depth, bool not_at_start) argument
1782 EatsAtLeastHelper(int still_to_find, int recursion_depth, RegExpNode* ignore_this_node, bool not_at_start) argument
1801 EatsAtLeast(int still_to_find, int recursion_depth, bool not_at_start) argument
1811 EatsAtLeast(int still_to_find, int recursion_depth, bool not_at_start) argument
2674 int recursion_depth = 0; local
[all...]

Completed in 72 milliseconds