HomeSort by relevance Sort by last modified time
    Searched full:native_exception (Results 1 - 14 of 14) 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.cc 60 bool native_exception,
172 } else if (native_exception) {
206 if (native_exception) {
233 } else { // ! native_exception
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) {
  /external/libcxxabi/src/
cxa_personality.cpp 307 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception)
310 if (native_exception)
341 uint8_t ttypeEncoding, bool native_exception,
347 call_terminate(native_exception, unwind_exception);
361 uint8_t ttypeEncoding, bool native_exception,
367 call_terminate(native_exception, unwind_exception);
388 call_terminate(native_exception, unwind_exception);
535 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception
546 bool native_exception,
609 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 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_personality.cpp 304 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception)
307 if (native_exception)
338 uint8_t ttypeEncoding, bool native_exception,
344 call_terminate(native_exception, unwind_exception);
358 uint8_t ttypeEncoding, bool native_exception,
364 call_terminate(native_exception, unwind_exception);
385 call_terminate(native_exception, unwind_exception);
532 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception
543 bool native_exception,
606 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 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)
  /prebuilts/clang/host/linux-x86/3.8/lib/
libc++.so 
  /prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so 

Completed in 1221 milliseconds