Searched refs:recursion_depth_ (Results 1 – 2 of 2) sorted by relevance
476 int recursion_depth_; variable1012 ++recursion_depth_; in IncrementRecursionDepth()1013 return recursion_depth_ <= recursion_limit_; in IncrementRecursionDepth()1017 if (recursion_depth_ > 0) --recursion_depth_; in DecrementRecursionDepth()1051 recursion_depth_(0), in CodedInputStream()1072 recursion_depth_(0), in CodedInputStream()
702 inline int recursion_depth() { return recursion_depth_; } in recursion_depth()703 inline void IncrementRecursionDepth() { recursion_depth_++; } in IncrementRecursionDepth()704 inline void DecrementRecursionDepth() { recursion_depth_--; } in DecrementRecursionDepth()716 int recursion_depth_; member in v8::internal::RegExpCompiler745 recursion_depth_(0), in RegExpCompiler()