Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DUnwindStack.cpp48 bool Backtrace::Unwind(unwindstack::Regs* regs, BacktraceMap* back_map, in Unwind() function in Backtrace
179 bool UnwindStackPtrace::Unwind(size_t num_ignore_frames, void* context) { in Unwind() function in UnwindStackPtrace
200 bool UnwindStackOffline::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind() function in UnwindStackOffline
DBacktraceCurrent.cpp67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind() function in BacktraceCurrent
/system/core/libunwindstack/
DUnwinder.cpp127 void Unwinder::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() function in unwindstack::Unwinder