Lines Matching full:native_exception
307 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception)
310 if (native_exception)
341 uint8_t ttypeEncoding, bool native_exception,
347 call_terminate(native_exception, unwind_exception);
364 uint8_t ttypeEncoding, bool native_exception,
370 call_terminate(native_exception, unwind_exception);
391 call_terminate(native_exception, unwind_exception);
544 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception
555 bool native_exception,
618 call_terminate(native_exception, unwind_exception);
711 native_exception, unwind_exception);
733 call_terminate(native_exception, unwind_exception);
738 else if (native_exception)
747 call_terminate(native_exception, unwind_exception);
769 call_terminate(native_exception, unwind_exception);
779 native_exception)
789 call_terminate(native_exception, unwind_exception);
813 call_terminate(native_exception, unwind_exception);
838 call_terminate(native_exception, unwind_exception);
878 call_terminate(native_exception, unwind_exception);
885 call_terminate(native_exception, unwind_exception);
949 bool native_exception = (exceptionClass & get_vendor_and_language) ==
956 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
960 if (native_exception)
984 if (native_exception)
997 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
1001 call_terminate(native_exception, unwind_exception);
1010 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
1076 bool native_exception = (unwind_exception->exception_class & get_vendor_and_language) ==
1097 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context);
1101 if (native_exception)
1120 if (native_exception)
1130 native_exception, unwind_exception, context);
1132 call_terminate(native_exception, unwind_exception);
1143 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, unwind_exception, context);