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