Searched refs:kMaxRecursionDepth (Results 1 – 2 of 2) sorted by relevance
212 return serializer_->recursion_depth_ >= kMaxRecursionDepth; in ExceedsMaximum()216 static const int kMaxRecursionDepth = 32;
3239 const int kMaxRecursionDepth = 100; in ZeroExtendsWord32ToWord64() local3249 if (recursion_depth >= kMaxRecursionDepth) { in ZeroExtendsWord32ToWord64()