Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.cc51 struct UnwindHelper : public TLSData { struct
54 explicit UnwindHelper(size_t max_depth) in UnwindHelper() function
71 static UnwindHelper* Get(Thread* self, size_t max_depth) { in Get() argument
72 UnwindHelper* tls = reinterpret_cast<UnwindHelper*>(self->GetCustomTLS(kTlsKey)); in Get()
74 tls = new UnwindHelper(max_depth); in Get()
92 unwindstack::Unwinder* unwinder = UnwindHelper::Get(Thread::Current(), max_depth_)->Unwinder(); in Collect()
97 UnwindHelper::Get(Thread::Current(), max_depth_)->Reparse(&any_changed); in Collect()