Searched defs:UnwindHelper (Results 1 – 1 of 1) sorted by relevance
51 struct UnwindHelper : public TLSData { struct52 static constexpr const char* kTlsKey = "UnwindHelper::kTlsKey";54 explicit UnwindHelper(size_t max_depth) in UnwindHelper() argument71 static UnwindHelper* Get(Thread* self, size_t max_depth) { in Get()80 unwindstack::Unwinder* Unwinder() { return &unwinder_; } in Unwinder()83 unwindstack::LocalUpdatableMaps maps_;84 unwindstack::ArchEnum arch_;85 std::shared_ptr<unwindstack::Memory> memory_;86 std::unique_ptr<unwindstack::JitDebug> jit_;87 std::unique_ptr<unwindstack::DexFiles> dex_;[all …]