Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp152 (void) __cxa_begin_catch(&exception_header->unwindHeader); in failed_throw()
267 setOurExceptionClass(&exception_header->unwindHeader); in __cxa_throw()
271 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw()
279 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_throw()
281 _Unwind_RaiseException(&exception_header->unwindHeader); in __cxa_throw()
361 if (__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()
374 return &exception_header->unwindHeader; in __cxa_end_cleanup_impl()
450 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]); in __cxa_begin_catch()
503 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch()
529 if (isDependentException(&exception_header->unwindHeader)) in __cxa_end_catch()
[all …]
Dcxa_exception.hpp67 _Unwind_Exception unwindHeader; member
101 _Unwind_Exception unwindHeader; member
Dcxa_personality.cpp1267 bool native_new_exception = __isOurExceptionClass(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
1274 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
1293 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()