Home
last modified time | relevance | path

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

/art/runtime/
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
69 bool Reparse(bool* any_changed) { return maps_.Reparse(any_changed); } in Reparse()
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_;
[all …]