Searched defs:UnwindHelper (Results 1 – 1 of 1) sorted by relevance
46 struct UnwindHelper : public TLSData { struct47 static constexpr const char* kTlsKey = "UnwindHelper::kTlsKey";49 explicit UnwindHelper(size_t max_depth) in UnwindHelper() function62 bool Reparse() { return maps_.Reparse(); } in Reparse()64 static UnwindHelper* Get(Thread* self, size_t max_depth) { in Get()73 unwindstack::Unwinder* Unwinder() { return &unwinder_; } in Unwinder()76 unwindstack::LocalUpdatableMaps maps_;77 std::shared_ptr<unwindstack::Memory> memory_;78 unwindstack::JitDebug jit_;79 unwindstack::DexFiles dex_;[all …]