HomeSort by relevance Sort by last modified time
    Searched refs:kMaxSupportedStackDepth (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
allocation_record.cc 86 } else if (value > kMaxSupportedStackDepth) {
88 << kMaxSupportedStackDepth;
89 max_stack_depth_ = kMaxSupportedStackDepth;
allocation_record.h 297 static constexpr size_t kMaxSupportedStackDepth = 128;

Completed in 53 milliseconds