Home
last modified time | relevance | path

Searched refs:max_depth_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dallocation_record.cc191 max_depth_(max_depth), in AllocRecordStackVisitor()
197 if (trace_->GetDepth() >= max_depth_) { in VisitFrame()
210 const size_t max_depth_; member in art::gc::AllocRecordStackVisitor
Dheap.cc4040 : frames_(frames), frame_count_(0), max_depth_(max_depth), skip_count_(skip_count) { in StackCrawlState()
4056 return state->frame_count_ >= state->max_depth_ ? _URC_END_OF_STACK : _URC_NO_REASON; in Callback()
4062 const size_t max_depth_; member in art::gc::StackCrawlState
/art/runtime/
Dprofiler.cc65 max_depth_(max_depth), in BoundedStackVisitor()
76 if (depth_ < max_depth_) { in VisitFrame()
85 const uint32_t max_depth_; member in art::BoundedStackVisitor