Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dbacktrace_helper.cc51 struct UnwindHelper : public TLSData { struct
52 static constexpr const char* kTlsKey = "UnwindHelper::kTlsKey";
54 explicit UnwindHelper(size_t max_depth) in UnwindHelper() argument
71 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 …]