Home | History | Annotate | Download | only in src

Lines Matching refs:recursion_count_

860     static long recursion_count_;
862 recursion_count_++;
863 throwStackOverflow(recursion_count_);
869 if (recursion_count_ != 0) {
870 return recursion_count_;