Searched refs:native_exception (Results 1 – 4 of 4) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 307 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() argument 310 if (native_exception) in call_terminate() 341 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument 347 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 361 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument 367 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 388 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 546 bool native_exception, in scan_eh_tab() argument 609 call_terminate(native_exception, unwind_exception); in scan_eh_tab() 702 native_exception, unwind_exception); in scan_eh_tab() [all …]
|
D | cxa_exception.cpp | 389 bool native_exception = isOurExceptionClass(unwind_exception); in __cxa_begin_catch() local 399 if (native_exception) in __cxa_begin_catch() 466 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch() local 467 if (native_exception) in __cxa_end_catch() 556 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow() local 557 if (native_exception) in __cxa_rethrow() 583 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 | 38 bool native_exception = in default_terminate_handler() local 41 if (native_exception) in default_terminate_handler()
|