Searched refs:UnwindFromContext (Results 1 – 2 of 2) sorted by relevance
36 bool UnwindFromContext(size_t num_ignore_frames, bool within_handler);
51 return UnwindFromContext(num_ignore_frames, false); in Unwind()91 bool UnwindCurrent::UnwindFromContext(size_t num_ignore_frames, bool within_handler) { in UnwindFromContext() function in UnwindCurrent