Home
last modified time | relevance | path

Searched refs:native_exception (Results 1 – 4 of 4) sorted by relevance

/external/libcxxabi/src/
Dcxa_personality.cpp308 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()
[all …]
Dcxa_exception.cpp369 bool native_exception = isOurExceptionClass(unwind_exception); in __cxa_begin_catch() local
379 if (native_exception) in __cxa_begin_catch()
446 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch() local
447 if (native_exception) in __cxa_end_catch()
533 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow() local
534 if (native_exception) in __cxa_rethrow()
560 if (native_exception) in __cxa_rethrow()
Dcxa_handlers.cpp95 bool native_exception = in terminate() local
98 if (native_exception) in terminate()
Dcxa_default_handlers.cpp39 bool native_exception = in demangling_terminate_handler() local
42 if (native_exception) in demangling_terminate_handler()