Home
last modified time | relevance | path

Searched refs:unwindHeader (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp148 (void) __cxa_begin_catch(&exception_header->unwindHeader); in failed_throw()
232 setExceptionClass(&exception_header->unwindHeader); in __cxa_throw()
236 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw()
238 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_throw()
240 _Unwind_RaiseException(&exception_header->unwindHeader); in __cxa_throw()
326 if (isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()
339 return &exception_header->unwindHeader; in __cxa_end_cleanup_impl()
415 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]); in __cxa_begin_catch()
463 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch()
489 if (isDependentException(&exception_header->unwindHeader)) in __cxa_end_catch()
[all …]
Dcxa_exception.hpp66 _Unwind_Exception unwindHeader; member
101 _Unwind_Exception unwindHeader; member
Dcxa_personality.cpp1247 (new_exception_header->unwindHeader.exception_class & get_vendor_and_language) == in __cxa_call_unexpected()
1255 … new_exception_header->unwindHeader.exception_class == kOurDependentExceptionClass ? in __cxa_call_unexpected()
1274 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc137 bool native = header->unwindHeader.exception_class == __gxx_exception_class; in __cxa_begin_cleanup()
160 if (header->unwindHeader.exception_class == __gxx_exception_class) { in helper_end_cleanup()
170 return &header->unwindHeader; in helper_end_cleanup()
223 if (__cxa_type_match(&new_header->unwindHeader, in __cxa_call_unexpected()
298 new_exception_header->unwindHeader.exception_class == __gxx_exception_class; in __cxa_call_unexpected()
314 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
Dcxxabi.cc268 _Unwind_RaiseException(&header->unwindHeader); in throwException()
271 call_terminate(&header->unwindHeader); in throwException()
332 header->unwindHeader.exception_class = __gxx_exception_class; in __cxa_throw()
333 header->unwindHeader.exception_cleanup = defaultExceptionCleanupFunc; in __cxa_throw()
341 _Unwind_Exception* exception = &header->unwindHeader; in __cxa_rethrow()
383 _Unwind_Exception* exception = &header->unwindHeader; in __cxa_end_catch()
Dcxxabi_defines.h303 _Unwind_Exception unwindHeader; // must be last member