Lines Matching refs:native_exception
330 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() argument
333 if (native_exception) in call_terminate()
364 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
370 call_terminate(native_exception, unwind_exception); in get_shim_type_info()
387 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
393 call_terminate(native_exception, unwind_exception); in get_shim_type_info()
414 call_terminate(native_exception, unwind_exception); in get_shim_type_info()
585 bool native_exception, in scan_eh_tab() argument
653 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
741 native_exception, unwind_exception, in scan_eh_tab()
759 else if (native_exception) in scan_eh_tab()
768 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
790 } else if (native_exception) { in scan_eh_tab()
799 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
850 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
857 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
927 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_imp() local
932 native_exception) { in __gxx_personality_imp()
958 scan_eh_tab(results, actions, native_exception, unwind_exception, context); in __gxx_personality_imp()
968 if (native_exception) { in __gxx_personality_imp()
1062 bool native_exception = __isOurExceptionClass(unwind_exception); in __gxx_personality_v0() local
1082 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context); in __gxx_personality_v0()
1086 if (native_exception) in __gxx_personality_v0()
1105 if (native_exception) in __gxx_personality_v0()
1115 native_exception, unwind_exception, context); in __gxx_personality_v0()
1117 call_terminate(native_exception, unwind_exception); in __gxx_personality_v0()
1132 native_exception, unwind_exception, context); in __gxx_personality_v0()
1134 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, in __gxx_personality_v0()