Searched refs:native_exception (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/gabi++/src/ |
D | personality.cc | 61 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);
|
D | call_unexpected.cc | 189 bool native_exception = unwind_exception->exception_class == __gxx_exception_class; in __cxa_call_unexpected() local 191 if (!native_exception) { in __cxa_call_unexpected()
|
D | helper_func_internal.h | 77 bool native_exception,
|
D | helper_func_internal.cc | 64 bool native_exception, in scanEHTable() argument 176 } else if (native_exception) { in scanEHTable() 210 if (native_exception) { in scanEHTable()
|