HomeSort by relevance Sort by last modified time
    Searched refs:unwindHeader (Results 1 - 4 of 4) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 137 bool native = header->unwindHeader.exception_class == __gxx_exception_class;
160 if (header->unwindHeader.exception_class == __gxx_exception_class) {
170 return &header->unwindHeader;
223 if (__cxa_type_match(&new_header->unwindHeader,
298 new_exception_header->unwindHeader.exception_class == __gxx_exception_class;
314 __cxa_begin_catch(&new_exception_header->unwindHeader);
cxxabi.cc 119 _Unwind_RaiseException(&header->unwindHeader);
122 call_terminate(&header->unwindHeader);
181 header->unwindHeader.exception_class = __gxx_exception_class;
182 header->unwindHeader.exception_cleanup = defaultExceptionCleanupFunc;
190 _Unwind_Exception* exception = &header->unwindHeader;
233 _Unwind_Exception* exception = &header->unwindHeader;
cxxabi_defines.h 303 _Unwind_Exception unwindHeader; // must be last
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 307 _Unwind_Exception unwindHeader; // must be last

Completed in 34 milliseconds