Lines Matching refs:exception_object
48 struct _Unwind_Exception *exception_object = in _Unwind_CallPersonality() local
51 (void *)exception_object); in _Unwind_CallPersonality()
59 1, _UA_SEARCH_PHASE, exception_object->exception_class, exception_object, in _Unwind_CallPersonality()
65 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() argument
67 (void *)exception_object); in _Unwind_RaiseException()
69 __builtin_wasm_throw(0, exception_object); in _Unwind_RaiseException()
74 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException() argument
76 (void *)(exception_object)); in _Unwind_DeleteException()
77 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
78 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
79 exception_object); in _Unwind_DeleteException()