Home
last modified time | relevance | path

Searched defs:num_ignore_frames (Results 1 – 3 of 3) sorted by relevance

/system/core/libbacktrace/
DBacktraceCurrent.cpp67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()
122 bool BacktraceCurrent::UnwindThread(size_t num_ignore_frames) { in UnwindThread()
DUnwindCurrent.cpp68 bool UnwindCurrent::UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) { in UnwindFromContext()
DUnwindPtrace.cpp50 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()