HomeSort by relevance Sort by last modified time
    Searched defs:native_exception (Results 1 - 8 of 8) 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);
call_unexpected.cc 190 bool native_exception = unwind_exception->exception_class == __gxx_exception_class; local
192 if (!native_exception) {
  /external/libcxxabi/src/
cxa_handlers.cpp 95 bool native_exception = variable
98 if (native_exception)
cxa_default_handlers.cpp 38 bool native_exception = local
41 if (native_exception)
cxa_exception.cpp 389 bool native_exception = isOurExceptionClass(unwind_exception); local
399 if (native_exception)
466 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
467 if (native_exception)
556 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
557 if (native_exception)
583 if (native_exception)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_handlers.cpp 95 bool native_exception = variable
98 if (native_exception)
cxa_default_handlers.cpp 38 bool native_exception = local
41 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 2148 milliseconds