Home
last modified time | relevance | path

Searched refs:UnwindFromContext (Results 1 – 4 of 4) sorted by relevance

/system/core/libbacktrace/
DBacktraceCurrent.cpp76 return UnwindFromContext(num_ignore_frames, ucontext); in Unwind()
83 return UnwindFromContext(num_ignore_frames, nullptr); in Unwind()
209 unwind_done = UnwindFromContext(num_ignore_frames, entry->GetUcontext()); in UnwindThread()
DBacktraceCurrent.h54 virtual bool UnwindFromContext(size_t num_ignore_frames, void* ucontext) = 0;
DUnwindStack.h38 bool UnwindFromContext(size_t num_ignore_frames, void* ucontext) override;
DUnwindStack.cpp146 bool UnwindStackCurrent::UnwindFromContext(size_t num_ignore_frames, void* ucontext) { in UnwindFromContext() function in UnwindStackCurrent