Searched defs:num_ignore_frames (Results 1 – 4 of 4) sorted by relevance
67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()148 bool BacktraceCurrent::UnwindThread(size_t num_ignore_frames) { in UnwindThread()
79 bool UnwindCurrent::UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) { in UnwindFromContext()
82 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()
174 bool BacktraceOffline::Unwind(size_t num_ignore_frames, ucontext_t* context) { in Unwind()