Lines Matching refs:unwindHeader
151 (void) __cxa_begin_catch(&exception_header->unwindHeader); in failed_throw()
265 setOurExceptionClass(&exception_header->unwindHeader); in __cxa_throw()
269 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw()
277 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_throw()
279 _Unwind_RaiseException(&exception_header->unwindHeader); in __cxa_throw()
362 if (__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()
375 return &exception_header->unwindHeader; in __cxa_end_cleanup_impl()
469 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]); in __cxa_begin_catch()
522 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch()
548 if (isDependentException(&exception_header->unwindHeader)) in __cxa_end_catch()
570 _Unwind_DeleteException(&globals->caughtExceptions->unwindHeader); in __cxa_end_catch()
587 if (!__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_exception_type()
609 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow()
626 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_rethrow()
628 _Unwind_RaiseException(&exception_header->unwindHeader); in __cxa_rethrow()
635 __cxa_begin_catch(&exception_header->unwindHeader); in __cxa_rethrow()
698 if (!__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_primary_exception()
700 if (isDependentException(&exception_header->unwindHeader)) { in __cxa_current_primary_exception()
747 setDependentExceptionClass(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()
749 dep_exception_header->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()
751 _Unwind_SjLj_RaiseException(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()
753 _Unwind_RaiseException(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()
756 __cxa_begin_catch(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()