Lines Matching refs:unwindHeader
152 (void) __cxa_begin_catch(&exception_header->unwindHeader);
267 setOurExceptionClass(&exception_header->unwindHeader);
271 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func;
279 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader);
281 _Unwind_RaiseException(&exception_header->unwindHeader);
361 if (__isOurExceptionClass(&exception_header->unwindHeader))
374 return &exception_header->unwindHeader;
450 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]);
503 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader);
529 if (isDependentException(&exception_header->unwindHeader))
551 _Unwind_DeleteException(&globals->caughtExceptions->unwindHeader);
568 if (!__isOurExceptionClass(&exception_header->unwindHeader))
590 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader);
607 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader);
609 _Unwind_RaiseException(&exception_header->unwindHeader);
616 __cxa_begin_catch(&exception_header->unwindHeader);
679 if (!__isOurExceptionClass(&exception_header->unwindHeader))
681 if (isDependentException(&exception_header->unwindHeader)) {
728 setDependentExceptionClass(&dep_exception_header->unwindHeader);
730 dep_exception_header->unwindHeader.exception_cleanup = dependent_exception_cleanup;
732 _Unwind_SjLj_RaiseException(&dep_exception_header->unwindHeader);
734 _Unwind_RaiseException(&dep_exception_header->unwindHeader);
737 __cxa_begin_catch(&dep_exception_header->unwindHeader);