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 83 } else if (value > kMaxSupportedStackDepth) {
85 << kMaxSupportedStackDepth;
86 max_stack_depth_ = kMaxSupportedStackDepth;
allocation_record.h 297 static constexpr size_t kMaxSupportedStackDepth = 128;

Completed in 104 milliseconds