Lines Matching refs:exception_object
439 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() argument
456 static_cast<void *>(exception_object)); in unwind_phase1()
474 static_cast<void *>(exception_object), pc, in unwind_phase1()
486 static_cast<void *>(exception_object), in unwind_phase1()
489 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
490 exception_object->pr_cache.ehtp = in unwind_phase1()
492 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()
494 (*p)(_US_VIRTUAL_UNWIND_FRAME, exception_object, context); in unwind_phase1()
498 static_cast<void *>(exception_object), personalityResult, in unwind_phase1()
499 exception_object->pr_cache.fnstart, in unwind_phase1()
500 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()
501 exception_object->pr_cache.additional); in unwind_phase1()
510 static_cast<void *>(exception_object)); in unwind_phase1()
516 static_cast<void *>(exception_object)); in unwind_phase1()
528 static_cast<void *>(exception_object)); in unwind_phase1()
537 _Unwind_Exception *exception_object, in unwind_phase2() argument
543 static_cast<void *>(exception_object)); in unwind_phase2()
563 exception_object->unwinder_cache.reserved2); in unwind_phase2()
574 static_cast<void *>(exception_object)); in unwind_phase2()
590 static_cast<void *>(exception_object), frameInfo.start_ip, in unwind_phase2()
601 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2()
602 exception_object->pr_cache.ehtp = in unwind_phase2()
604 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase2()
606 (*p)(state, exception_object, context); in unwind_phase2()
612 static_cast<void *>(exception_object)); in unwind_phase2()
614 if (sp == exception_object->barrier_cache.sp) { in unwind_phase2()
623 static_cast<void *>(exception_object)); in unwind_phase2()
632 static_cast<void *>(exception_object), in unwind_phase2()
641 exception_object->unwinder_cache.reserved2 = (uint32_t)pc; in unwind_phase2()
668 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() argument
670 static_cast<void *>(exception_object)); in _Unwind_RaiseException()
677 exception_object->unwinder_cache.reserved1 = 0; in _Unwind_RaiseException()
680 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); in _Unwind_RaiseException()
685 return unwind_phase2(&uc, &cursor, exception_object, false); in _Unwind_RaiseException()
688 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete() argument
691 (void)exception_object; in _Unwind_Complete()
706 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume() argument
708 static_cast<void *>(exception_object)); in _Unwind_Resume()
716 unwind_phase2(&uc, &cursor, exception_object, true); in _Unwind_Resume()
974 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException() argument
976 static_cast<void *>(exception_object)); in _Unwind_DeleteException()
977 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
978 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
979 exception_object); in _Unwind_DeleteException()
983 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame() argument