Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.h29 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()
46 size_t skip_count_ = 0u; variable
Dbacktrace_helper.cc101 if (unwinder->NumFrames() > skip_count_) { in CollectImpl()
102 for (auto it = unwinder->frames().begin() + skip_count_; it != unwinder->frames().end(); ++it) { in CollectImpl()
131 UNUSED(skip_count_);