Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp317 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()
[all …]
Dcxa_exception.cpp426 bool native_exception = __isOurExceptionClass(unwind_exception); in __cxa_begin_catch() local
436 if (native_exception) in __cxa_begin_catch()
503 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch() local
504 if (native_exception) in __cxa_end_catch()
590 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow() local
591 if (native_exception) in __cxa_rethrow()
617 if (native_exception) in __cxa_rethrow()