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 89 max_stack_depth_ = kMaxSupportedStackDepth;
91 max_stack_depth_ = value;
237 size_t sz = sizeof(AllocRecordStackTraceElement) * records->max_stack_depth_ +
240 << records->max_stack_depth_ << " frames, taking up to "
272 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 548 milliseconds