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()209 unwind_done = UnwindFromContext(num_ignore_frames, entry->GetUcontext()); in UnwindThread()
54 virtual bool UnwindFromContext(size_t num_ignore_frames, void* ucontext) = 0;
38 bool UnwindFromContext(size_t num_ignore_frames, void* ucontext) override;
146 bool UnwindStackCurrent::UnwindFromContext(size_t num_ignore_frames, void* ucontext) { in UnwindFromContext() function in UnwindStackCurrent