Searched refs:UnwindFromContext (Results 1 – 4 of 4) sorted by relevance
76 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()
44 bool UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) override;
55 virtual bool UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) = 0;
79 bool UnwindCurrent::UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) { in UnwindFromContext() function in UnwindCurrent