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 46 max_stack_depth_ = max_stack_depth;
161 size_t sz = sizeof(AllocRecordStackTraceElement) * records->max_stack_depth_ +
164 << records->max_stack_depth_ << " frames, taking up to "
202 if (trace.GetDepth() >= max_stack_depth_) {
allocation_record.h 301 size_t max_stack_depth_ = kDefaultAllocStackDepth; member in class:art::gc::AllocRecordObjectMap

Completed in 115 milliseconds