Searched defs:Unwind (Results 1 – 4 of 4) sorted by relevance
123 bool AndroidUnwinder::Unwind(AndroidUnwinderData& data) { in Unwind() function in unwindstack::AndroidUnwinder127 bool AndroidUnwinder::Unwind(std::optional<pid_t> tid, AndroidUnwinderData& data) { in Unwind() function in unwindstack::AndroidUnwinder135 bool AndroidUnwinder::Unwind(void* ucontext, AndroidUnwinderData& data) { in Unwind() function in unwindstack::AndroidUnwinder149 bool AndroidUnwinder::Unwind(Regs* initial_regs, AndroidUnwinderData& data) { in Unwind() function in unwindstack::AndroidUnwinder
127 void Unwinder::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() function in unwindstack::Unwinder413 void UnwinderFromPid::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() function in unwindstack::UnwinderFromPid
188 void Unwind(const std::vector<std::string>*, const std::vector<std::string>*) override {} in Unwind() function
69 static size_t Unwind(void* data_ptr) { in Unwind() function