Searched defs:Unwind (Results 1 – 4 of 4) sorted by relevance
82 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind() function in UnwindPtrace
67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind() function in BacktraceCurrent
174 bool BacktraceOffline::Unwind(size_t num_ignore_frames, ucontext_t* context) { in Unwind() function in BacktraceOffline
51 virtual bool Unwind(size_t, ucontext_t*) { return false; } in Unwind() function