Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DUnwindPtrace.cpp82 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind() function in UnwindPtrace
DBacktraceCurrent.cpp67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind() function in BacktraceCurrent
DBacktraceOffline.cpp174 bool BacktraceOffline::Unwind(size_t num_ignore_frames, ucontext_t* context) { in Unwind() function in BacktraceOffline
/system/core/debuggerd/libdebuggerd/test/
DBacktraceMock.h51 virtual bool Unwind(size_t, ucontext_t*) { return false; } in Unwind() function