Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.cc46 struct UnwindHelper : public TLSData { struct
49 explicit UnwindHelper(size_t max_depth) in UnwindHelper() function
64 static UnwindHelper* Get(Thread* self, size_t max_depth) { in Get() argument
65 UnwindHelper* tls = reinterpret_cast<UnwindHelper*>(self->GetCustomTLS(kTlsKey)); in Get()
67 tls = new UnwindHelper(max_depth); in Get()
86 UnwindHelper::Get(Thread::Current(), max_depth_)->Reparse(); in Collect()
94 unwindstack::Unwinder* unwinder = UnwindHelper::Get(Thread::Current(), max_depth_)->Unwinder(); in CollectImpl()