HomeSort by relevance Sort by last modified time
    Searched refs:native_exception (Results 1 - 12 of 12) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
personality.cc 61 bool native_exception = exceptionClass == __gxx_exception_class; member in namespace:__cxxabiv1
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);
helper_func_internal.h 82 bool native_exception,
call_unexpected.cc 190 bool native_exception = unwind_exception->exception_class == __gxx_exception_class; local
192 if (!native_exception) {
helper_func_internal.cc 60 bool native_exception,
172 } else if (native_exception) {
206 if (native_exception) {
233 } else { // ! native_exception
  /external/libcxxabi/src/
cxa_personality.cpp 304 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception)
307 if (native_exception)
328 uint8_t ttypeEncoding, bool native_exception,
334 call_terminate(native_exception, unwind_exception);
348 uint8_t ttypeEncoding, bool native_exception,
354 call_terminate(native_exception, unwind_exception);
375 call_terminate(native_exception, unwind_exception);
522 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception
533 bool native_exception,
596 call_terminate(native_exception, unwind_exception)
    [all...]
cxa_default_handlers.cpp 38 bool native_exception = local
41 if (native_exception)
cxa_handlers.cpp 95 bool native_exception = variable
98 if (native_exception)
cxa_exception.cpp 391 bool native_exception = isOurExceptionClass(unwind_exception); local
401 if (native_exception)
468 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
469 if (native_exception)
558 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
559 if (native_exception)
585 if (native_exception)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 299 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception)
302 if (native_exception)
331 uint8_t ttypeEncoding, bool native_exception,
337 call_terminate(native_exception, unwind_exception);
350 uint8_t ttypeEncoding, bool native_exception,
356 call_terminate(native_exception, unwind_exception);
377 call_terminate(native_exception, unwind_exception);
524 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception
536 scan_eh_tab(scan_results& results, _Unwind_Action actions, bool native_exception,
599 call_terminate(native_exception, unwind_exception)
    [all...]
cxa_default_handlers.cpp 38 bool native_exception = local
41 if (native_exception)
cxa_handlers.cpp 95 bool native_exception = variable
98 if (native_exception)
cxa_exception.cpp 391 bool native_exception = isOurExceptionClass(unwind_exception); local
401 if (native_exception)
463 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
464 if (native_exception)
553 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
554 if (native_exception)
580 if (native_exception)

Completed in 247 milliseconds