Searched refs:native_exception (Results 1 – 4 of 4) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 308 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 …]
|
D | cxa_exception.cpp | 369 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()
|
D | cxa_handlers.cpp | 95 bool native_exception = in terminate() local 98 if (native_exception) in terminate()
|
D | cxa_default_handlers.cpp | 39 bool native_exception = in demangling_terminate_handler() local 42 if (native_exception) in demangling_terminate_handler()
|