Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxxabi/src/
H A 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 …]
H A Dcxa_exception.cpp439 bool native_exception = __isOurExceptionClass(unwind_exception); in __cxa_begin_catch() local
449 if (native_exception) in __cxa_begin_catch()
516 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch() local
517 if (native_exception) in __cxa_end_catch()
603 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow() local
604 if (native_exception) in __cxa_rethrow()
630 if (native_exception) in __cxa_rethrow()
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_personality.cpp330 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()
740 native_exception, unwind_exception, in scan_eh_tab()
[all …]
H A Dcxa_exception.cpp448 bool native_exception = __isOurExceptionClass(unwind_exception); in __cxa_throw() local
466 if (native_exception) in __cxa_throw()
533 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_throw() local
534 if (native_exception) in __cxa_throw()
620 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_throw() local
621 if (native_exception) in __cxa_throw()
647 if (native_exception) in __cxa_throw()
H A Daix_state_tab_eh.inc295 static void scan_state_tab(scan_results& results, _Unwind_Action actions, bool native_exception,
538 call_terminate(native_exception, unwind_exception);
548 …bool native_exception = (exceptionClass & get_vendor_and_language) == (kOurExceptionClass & get_ve…
550 scan_state_tab(results, actions, native_exception, unwind_exception, context);