Lines Matching refs:unwind_exception
188 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(arg); in __cxa_call_unexpected() local
189 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; in __cxa_call_unexpected()
190 bool native_exception = unwind_exception->exception_class == __gxx_exception_class; in __cxa_call_unexpected()
193 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()
204 uint32_t count = unwind_exception->barrier_cache.bitpattern[1]; in __cxa_call_unexpected()
205 uint32_t stride = unwind_exception->barrier_cache.bitpattern[3]; in __cxa_call_unexpected()
207 unwind_exception->barrier_cache.bitpattern[4]); in __cxa_call_unexpected()
209 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()
251 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(arg); in __cxa_call_unexpected() local
252 if (unwind_exception == 0) { in __cxa_call_unexpected()
253 call_terminate(unwind_exception); in __cxa_call_unexpected()
255 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()
257 bool native_old_exception = unwind_exception->exception_class == __gxx_exception_class; in __cxa_call_unexpected()
264 old_exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; in __cxa_call_unexpected()
303 excpType, new_exception_header+1, unwind_exception)) { in __cxa_call_unexpected()
321 excpType, NULL, unwind_exception)) { in __cxa_call_unexpected()