Lines Matching refs:native_exception

308 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception)  in call_terminate()  argument
311 if (native_exception) in call_terminate()
342 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
348 call_terminate(native_exception, unwind_exception); in get_shim_type_info()
365 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
371 call_terminate(native_exception, unwind_exception); in get_shim_type_info()
392 call_terminate(native_exception, unwind_exception); in get_shim_type_info()
556 bool native_exception, in scan_eh_tab() argument
619 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
712 native_exception, unwind_exception); in scan_eh_tab()
734 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
739 else if (native_exception) in scan_eh_tab()
748 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
770 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
780 if (native_exception) in scan_eh_tab()
790 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
814 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
839 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
879 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
886 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
950 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_sj0() local
957 scan_eh_tab(results, actions, native_exception, unwind_exception, context); in __gxx_personality_sj0()
961 if (native_exception) in __gxx_personality_sj0()
985 if (native_exception) in __gxx_personality_sj0()
998 scan_eh_tab(results, actions, native_exception, unwind_exception, context); in __gxx_personality_sj0()
1002 call_terminate(native_exception, unwind_exception); in __gxx_personality_sj0()
1011 scan_eh_tab(results, actions, native_exception, unwind_exception, context); in __gxx_personality_sj0()
1077 bool native_exception = (unwind_exception->exception_class & get_vendor_and_language) == in __gxx_personality_v0() local
1098 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context); in __gxx_personality_v0()
1102 if (native_exception) in __gxx_personality_v0()
1121 if (native_exception) in __gxx_personality_v0()
1131 native_exception, unwind_exception, context); in __gxx_personality_v0()
1133 call_terminate(native_exception, unwind_exception); in __gxx_personality_v0()
1144 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, unwind_exception, context); in __gxx_personality_v0()