Home
last modified time | relevance | path

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

/system/unwinding/libbacktrace/
DUnwindStack.cpp45 bool Backtrace::Unwind(unwindstack::Regs* regs, BacktraceMap* back_map, in Unwind() function in Backtrace
183 bool UnwindStackPtrace::Unwind(size_t num_ignore_frames, void* context) { in Unwind() function in UnwindStackPtrace
DBacktraceCurrent.cpp79 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind() function in BacktraceCurrent
/system/unwinding/libunwindstack/
DLocalUnwinder.cpp70 bool LocalUnwinder::Unwind(std::vector<LocalFrameData>* frame_info, size_t max_frames) { in Unwind() function in unwindstack::LocalUnwinder
DUnwinder.cpp148 void Unwinder::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() function in unwindstack::Unwinder
435 void UnwinderFromPid::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() function in unwindstack::UnwinderFromPid
/system/unwinding/libunwindstack/benchmarks/
Dlocal_unwind_benchmarks.cpp68 static size_t Unwind(void* data_ptr) { in Unwind() function
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h202 void Unwind(const std::vector<std::string>*, const std::vector<std::string>*) override {} in Unwind() function