Home
last modified time | relevance | path

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

/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
/art/runtime/gc/
Dheap.cc3699 : frames_(frames), frame_count_(0), max_depth_(max_depth), skip_count_(skip_count) { in StackCrawlState()
3715 return state->frame_count_ >= state->max_depth_ ? _URC_END_OF_STACK : _URC_NO_REASON; in Callback()
3721 const size_t max_depth_; member in art::gc::StackCrawlState