Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.cc80 unwindstack::Unwinder* Unwinder() { return &unwinder_; } in Unwinder() function
88 unwindstack::Unwinder unwinder_;
92 unwindstack::Unwinder* unwinder = UnwindHelper::Get(Thread::Current(), max_depth_)->Unwinder(); in Collect()
115 bool BacktraceCollector::CollectImpl(unwindstack::Unwinder* unwinder) { in CollectImpl()
Dbacktrace_helper.h24 class Unwinder; variable
45 bool CollectImpl(unwindstack::Unwinder* unwinder);