Home
last modified time | relevance | path

Searched refs:native_exception (Results 1 – 4 of 4) 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.cc189 bool native_exception = unwind_exception->exception_class == __gxx_exception_class; in __cxa_call_unexpected() local
191 if (!native_exception) { in __cxa_call_unexpected()
Dhelper_func_internal.h77 bool native_exception,
Dhelper_func_internal.cc64 bool native_exception, in scanEHTable() argument
176 } else if (native_exception) { in scanEHTable()
210 if (native_exception) { in scanEHTable()