Lines Matching refs:native_exception
317 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception)
320 if (native_exception)
351 uint8_t ttypeEncoding, bool native_exception,
357 call_terminate(native_exception, unwind_exception);
374 uint8_t ttypeEncoding, bool native_exception,
380 call_terminate(native_exception, unwind_exception);
401 call_terminate(native_exception, unwind_exception);
554 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception
565 bool native_exception,
628 call_terminate(native_exception, unwind_exception);
721 native_exception, unwind_exception);
743 call_terminate(native_exception, unwind_exception);
748 else if (native_exception)
757 call_terminate(native_exception, unwind_exception);
779 native_exception, unwind_exception);
789 if (native_exception)
799 call_terminate(native_exception, unwind_exception);
823 call_terminate(native_exception, unwind_exception);
848 call_terminate(native_exception, unwind_exception);
888 call_terminate(native_exception, unwind_exception);
895 call_terminate(native_exception, unwind_exception);
963 bool native_exception = (exceptionClass & get_vendor_and_language) ==
970 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
974 if (native_exception)
998 if (native_exception)
1011 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
1015 call_terminate(native_exception, unwind_exception);
1024 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
1101 bool native_exception = __isOurExceptionClass(unwind_exception);
1121 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context);
1125 if (native_exception)
1144 if (native_exception)
1154 native_exception, unwind_exception, context);
1156 call_terminate(native_exception, unwind_exception);
1167 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, unwind_exception, context);