HomeSort by relevance Sort by last modified time
    Searched full:unwindheader (Results 1 - 25 of 26) sorted by null

1 2

  /external/libcxxabi/src/
cxa_exception.cpp 148 (void) __cxa_begin_catch(&exception_header->unwindHeader);
232 setExceptionClass(&exception_header->unwindHeader);
236 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func;
238 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader);
240 _Unwind_RaiseException(&exception_header->unwindHeader);
324 if (isOurExceptionClass(&exception_header->unwindHeader))
337 return &exception_header->unwindHeader;
413 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]);
466 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader);
492 if (isDependentException(&exception_header->unwindHeader))
    [all...]
cxa_exception.hpp 62 // previously adding padded to 64-bit align unwindHeader.
66 _Unwind_Exception unwindHeader;
101 _Unwind_Exception unwindHeader;
cxa_personality.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 148 (void) __cxa_begin_catch(&exception_header->unwindHeader);
232 setExceptionClass(&exception_header->unwindHeader);
236 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func;
238 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader);
240 _Unwind_RaiseException(&exception_header->unwindHeader);
326 if (isOurExceptionClass(&exception_header->unwindHeader))
339 return &exception_header->unwindHeader;
415 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]);
463 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader);
489 if (isDependentException(&exception_header->unwindHeader))
    [all...]
cxa_exception.hpp 62 // previously adding padded to 64-bit align unwindHeader.
66 _Unwind_Exception unwindHeader;
101 _Unwind_Exception unwindHeader;
cxa_personality.cpp     [all...]
  /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 268 _Unwind_RaiseException(&header->unwindHeader);
271 call_terminate(&header->unwindHeader);
332 header->unwindHeader.exception_class = __gxx_exception_class;
333 header->unwindHeader.exception_cleanup = defaultExceptionCleanupFunc;
341 _Unwind_Exception* exception = &header->unwindHeader;
383 _Unwind_Exception* exception = &header->unwindHeader;
cxxabi_defines.h 303 _Unwind_Exception unwindHeader; // must be last
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libsupc++.a     [all...]
libstdc++.a     [all...]
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libsupc++.a     [all...]
libstdc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libsupc++.a     [all...]
libstdc++.a     [all...]
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.19 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libsupc++.a     [all...]
libstdc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libsupc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libsupc++.a     [all...]

Completed in 1393 milliseconds

1 2