Home
last modified time | relevance | path

Searched refs:kMaxRecursionDepth (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dserializer.h212 return serializer_->recursion_depth_ >= kMaxRecursionDepth; in ExceedsMaximum()
216 static const int kMaxRecursionDepth = 32;
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc3239 const int kMaxRecursionDepth = 100; in ZeroExtendsWord32ToWord64() local
3249 if (recursion_depth >= kMaxRecursionDepth) { in ZeroExtendsWord32ToWord64()