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

  /art/runtime/gc/
allocation_record.cc 90 max_stack_depth_ = kMaxSupportedStackDepth;
92 max_stack_depth_ = value;
238 size_t sz = sizeof(AllocRecordStackTraceElement) * records->max_stack_depth_ +
241 << records->max_stack_depth_ << " frames, taking up to "
273 AllocRecordStackVisitor visitor(self, max_stack_depth_, /*out*/ &trace);
allocation_record.h 300 size_t max_stack_depth_ = kDefaultAllocStackDepth; member in class:art::gc::AllocRecordObjectMap

Completed in 2248 milliseconds