Searched refs:kMaxSupportedStackDepth (Results 1 – 2 of 2) sorted by relevance
83 } else if (value > kMaxSupportedStackDepth) { in SetProperties()85 << kMaxSupportedStackDepth; in SetProperties()86 max_stack_depth_ = kMaxSupportedStackDepth; in SetProperties()
297 static constexpr size_t kMaxSupportedStackDepth = 128; variable