Searched refs:LocalUnwinder (Results 1 – 8 of 8) sorted by relevance
59 class LocalUnwinder {61 LocalUnwinder() = default;62 LocalUnwinder(const std::vector<std::string>& skip_libraries) : skip_libraries_(skip_libraries) {} in LocalUnwinder() function63 ~LocalUnwinder() = default;
35 static LocalUnwinder* g_unwinder;90 extern "C" void LocalInnerFunction(LocalUnwinder* unwinder, bool unwind_through_signal) { in LocalInnerFunction()128 extern "C" void LocalMiddleFunction(LocalUnwinder* unwinder, bool unwind_through_signal) { in LocalMiddleFunction()132 extern "C" void LocalOuterFunction(LocalUnwinder* unwinder, bool unwind_through_signal) { in LocalOuterFunction()139 unwinder_.reset(new LocalUnwinder); in SetUp()143 std::unique_ptr<LocalUnwinder> unwinder_;
22 unwindstack::LocalUnwinder* unwinder = in TestlibLevel4()23 reinterpret_cast<unwindstack::LocalUnwinder*>(unwinder_data); in TestlibLevel4()
46 bool LocalUnwinder::Init() { in Init()61 bool LocalUnwinder::ShouldSkipLibrary(const std::string& map_name) { in ShouldSkipLibrary()70 bool LocalUnwinder::Unwind(std::vector<LocalFrameData>* frame_info, size_t max_frames) { in Unwind()
77 "LocalUnwinder.cpp",
55 static unwindstack::LocalUnwinder* g_unwinder;64 g_unwinder = new unwindstack::LocalUnwinder(skip_libraries); in Setup()
79 unwindstack::LocalUnwinder* unwinder = reinterpret_cast<unwindstack::LocalUnwinder*>(unwind_ptr); in LocalUnwind()146 unwindstack::LocalUnwinder unwinder; in BM_local_unwind_local_unwinder()
71 static unwindstack::LocalUnwinder& Unwinder() { in Unwinder()72 static android::base::NoDestructor<unwindstack::LocalUnwinder> unwinder; in Unwinder()