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()128 bool BacktraceCurrent::UnwindThread(size_t num_ignore_frames) { in UnwindThread()
68 bool UnwindCurrent::UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) { in UnwindFromContext()
50 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()
132 bool BacktraceOffline::Unwind(size_t num_ignore_frames, ucontext_t* context) { in Unwind()