Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc88 max_stack_depth_ = kMaxSupportedStackDepth; in SetProperties()
90 max_stack_depth_ = value; in SetProperties()
236 size_t sz = sizeof(AllocRecordStackTraceElement) * records->max_stack_depth_ + in SetAllocTrackingEnabled()
239 << records->max_stack_depth_ << " frames, taking up to " in SetAllocTrackingEnabled()
271 AllocRecordStackVisitor visitor(self, max_stack_depth_, /*out*/ &trace); in RecordAllocation()
Dallocation_record.h300 size_t max_stack_depth_ = kDefaultAllocStackDepth; variable