Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc46 max_stack_depth_ = max_stack_depth; in SetMaxStackDepth()
156 size_t sz = sizeof(AllocRecordStackTraceElement) * records->max_stack_depth_ + in SetAllocTrackingEnabled()
159 << records->max_stack_depth_ << " frames, taking up to " in SetAllocTrackingEnabled()
197 if (trace.GetDepth() >= max_stack_depth_) { in RecordAllocation()
Dallocation_record.h301 size_t max_stack_depth_ = kDefaultAllocStackDepth; variable