Searched defs:native_exception (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libcxxabi/src/ |
H A D | cxa_personality.cpp | 317 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() 351 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() 374 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() 565 bool native_exception, in scan_eh_tab() 963 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_imp() local 1101 bool native_exception = __isOurExceptionClass(unwind_exception); in __gxx_personality_v0() local
|
H A D | cxa_exception.cpp | 439 bool native_exception = __isOurExceptionClass(unwind_exception); in __cxa_begin_catch() local 516 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch() local 603 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow() local
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/ |
H A D | cxa_personality.cpp | 330 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() 364 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() 387 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() 585 bool native_exception, in scan_eh_tab() 928 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_wasm0() local 1068 bool native_exception = __isOurExceptionClass(unwind_exception); in __gxx_personality_v0() local
|
H A D | cxa_exception.cpp | 448 bool native_exception = __isOurExceptionClass(unwind_exception); in __cxa_throw() local 533 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_throw() local 620 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_throw() local
|