Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DUnwindStack.cpp49 std::vector<backtrace_frame_data_t>* frames, size_t num_ignore_frames, in Unwind()
154 bool UnwindStackCurrent::UnwindFromContext(size_t num_ignore_frames, void* ucontext) { in UnwindFromContext()
179 bool UnwindStackPtrace::Unwind(size_t num_ignore_frames, void* context) { in Unwind()
200 bool UnwindStackOffline::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind()
DBacktraceCurrent.cpp67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind()
149 bool BacktraceCurrent::UnwindThread(size_t num_ignore_frames) { in UnwindThread()