Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DAndroidUnwinder.cpp123 bool AndroidUnwinder::Unwind(AndroidUnwinderData& data) { in Unwind() function in unwindstack::AndroidUnwinder
127 bool AndroidUnwinder::Unwind(std::optional<pid_t> tid, AndroidUnwinderData& data) { in Unwind() function in unwindstack::AndroidUnwinder
135 bool AndroidUnwinder::Unwind(void* ucontext, AndroidUnwinderData& data) { in Unwind() function in unwindstack::AndroidUnwinder
149 bool AndroidUnwinder::Unwind(Regs* initial_regs, AndroidUnwinderData& data) { in Unwind() function in unwindstack::AndroidUnwinder
DUnwinder.cpp127 void Unwinder::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() function in unwindstack::Unwinder
413 void UnwinderFromPid::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() function in unwindstack::UnwinderFromPid
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h188 void Unwind(const std::vector<std::string>*, const std::vector<std::string>*) override {} in Unwind() function
/system/unwinding/libunwindstack/benchmarks/
Dlocal_unwind_benchmarks.cpp69 static size_t Unwind(void* data_ptr) { in Unwind() function