Searched refs:max_depth_ (Results 1 – 3 of 3) sorted by relevance
191 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
4040 : 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
65 max_depth_(max_depth), in BoundedStackVisitor()76 if (depth_ < max_depth_) { in VisitFrame()85 const uint32_t max_depth_; member in art::BoundedStackVisitor