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()
207 unwind_done = UnwindFromContext(num_ignore_frames, entry->GetUcontext()); in UnwindThread()
DUnwindCurrent.h44 bool UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) override;
DBacktraceCurrent.h55 virtual bool UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) = 0;
DUnwindCurrent.cpp79 bool UnwindCurrent::UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) { in UnwindFromContext() function in UnwindCurrent