Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.cc94 unwindstack::Unwinder* unwinder = UnwindHelper::Get(Thread::Current(), max_depth_)->Unwinder(); in CollectImpl() local
97 unwinder->SetRegs(regs.get()); in CollectImpl()
98 unwinder->Unwind(); in CollectImpl()
101 if (unwinder->NumFrames() > skip_count_) { in CollectImpl()
102 for (auto it = unwinder->frames().begin() + skip_count_; it != unwinder->frames().end(); ++it) { in CollectImpl()
114 if (unwinder->LastErrorCode() == unwindstack::ERROR_INVALID_MAP) { in CollectImpl()