Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DUnwindStack.cpp44 bool Backtrace::Unwind(unwindstack::Regs* regs, BacktraceMap* back_map, in Unwind() function in Backtrace
180 bool UnwindStackPtrace::Unwind(size_t num_ignore_frames, void* context) { in Unwind() function in UnwindStackPtrace
201 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/
DLocalUnwinder.cpp88 bool LocalUnwinder::Unwind(std::vector<LocalFrameData>* frame_info, size_t max_frames) { in Unwind() function in unwindstack::LocalUnwinder
DUnwinder.cpp140 void Unwinder::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() function in unwindstack::Unwinder