• Home
  • Raw
  • Download

Lines Matching refs:native_exception

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