Home
last modified time | relevance | path

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

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