Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dpersonality.cc61 bool native_exception = exceptionClass == __gxx_exception_class; variable
68 scanEHTable(results, actions, native_exception, unwind_exception, context);
71 if (native_exception) {
90 if (native_exception) {
100 scanEHTable(results, actions, native_exception, unwind_exception, context);
114 scanEHTable(results, actions, native_exception, unwind_exception, context);
Dcall_unexpected.cc190 bool native_exception = unwind_exception->exception_class == __gxx_exception_class; in __cxa_call_unexpected() local
192 if (!native_exception) { in __cxa_call_unexpected()
Dhelper_func_internal.h82 bool native_exception,
Dhelper_func_internal.cc60 bool native_exception, in scanEHTable() argument
172 } else if (native_exception) { in scanEHTable()
206 if (native_exception) { in scanEHTable()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp299 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() argument
302 if (native_exception) in call_terminate()
331 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
337 call_terminate(native_exception, unwind_exception); in get_shim_type_info()
350 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
356 call_terminate(native_exception, unwind_exception); in get_shim_type_info()
377 call_terminate(native_exception, unwind_exception); in get_shim_type_info()
536 scan_eh_tab(scan_results& results, _Unwind_Action actions, bool native_exception, in scan_eh_tab() argument
599 call_terminate(native_exception, unwind_exception); in scan_eh_tab()
692 native_exception, unwind_exception); in scan_eh_tab()
[all …]
Dcxa_handlers.cpp95 bool native_exception = in terminate() local
98 if (native_exception) in terminate()
Dcxa_exception.cpp391 bool native_exception = isOurExceptionClass(unwind_exception); in __cxa_begin_catch() local
401 if (native_exception) in __cxa_begin_catch()
463 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch() local
464 if (native_exception) in __cxa_end_catch()
553 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow() local
554 if (native_exception) in __cxa_rethrow()
580 if (native_exception) in __cxa_rethrow()
Dcxa_default_handlers.cpp38 bool native_exception = in default_terminate_handler() local
41 if (native_exception) in default_terminate_handler()