Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc83 } else if (value > kMaxSupportedStackDepth) { in SetProperties()
85 << kMaxSupportedStackDepth; in SetProperties()
86 max_stack_depth_ = kMaxSupportedStackDepth; in SetProperties()
Dallocation_record.h297 static constexpr size_t kMaxSupportedStackDepth = 128; variable