HomeSort by relevance Sort by last modified time
    Searched defs:native_exception (Results 1 - 2 of 2) 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) {

Completed in 444 milliseconds