Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.cc86 UnwindHelper::Get(Thread::Current(), max_depth_)->Reparse(); in Collect()
94 unwindstack::Unwinder* unwinder = UnwindHelper::Get(Thread::Current(), max_depth_)->Unwinder(); in CollectImpl()
103 CHECK_LT(num_frames_, max_depth_); in CollectImpl()
133 UNUSED(max_depth_);
Dbacktrace_helper.h29 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()
45 const size_t max_depth_ = 0u; variable