Lines Matching refs:native_exception

316 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception)
319 if (native_exception)
350 uint8_t ttypeEncoding, bool native_exception,
356 call_terminate(native_exception, unwind_exception);
373 uint8_t ttypeEncoding, bool native_exception,
379 call_terminate(native_exception, unwind_exception);
400 call_terminate(native_exception, unwind_exception);
553 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception
564 bool native_exception,
627 call_terminate(native_exception, unwind_exception);
720 native_exception, unwind_exception);
742 call_terminate(native_exception, unwind_exception);
747 else if (native_exception)
756 call_terminate(native_exception, unwind_exception);
778 call_terminate(native_exception, unwind_exception);
788 if (native_exception)
798 call_terminate(native_exception, unwind_exception);
822 call_terminate(native_exception, unwind_exception);
847 call_terminate(native_exception, unwind_exception);
887 call_terminate(native_exception, unwind_exception);
894 call_terminate(native_exception, unwind_exception);
962 bool native_exception = (exceptionClass & get_vendor_and_language) ==
969 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
973 if (native_exception)
997 if (native_exception)
1010 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
1014 call_terminate(native_exception, unwind_exception);
1023 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
1100 bool native_exception = __isOurExceptionClass(unwind_exception);
1120 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context);
1124 if (native_exception)
1143 if (native_exception)
1153 native_exception, unwind_exception, context);
1155 call_terminate(native_exception, unwind_exception);
1166 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, unwind_exception, context);