Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dvalidation_context.h17 static const int kMaxRecursionDepth = 100; variable
134 return stack_depth_ > kMaxRecursionDepth; in COMPONENT_EXPORT()
/external/v8/src/snapshot/
Dserializer.h157 return serializer_->recursion_depth_ >= kMaxRecursionDepth; in ExceedsMaximum()
161 static const int kMaxRecursionDepth = 32;
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc164 const int kMaxRecursionDepth = 10; variable
223 if (depth > kMaxRecursionDepth) { in IsCompilableCall()
/external/libchrome/ipc/
Dipc_message_utils.cc53 const int kMaxRecursionDepth = 200; variable
86 if (recursion > kMaxRecursionDepth) { in WriteValue()
199 if (recursion > kMaxRecursionDepth) { in ReadValue()