Searched refs:__cxa_exception (Results 1 - 25 of 42) sorted by relevance

12

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_exception.hpp29 struct __cxa_exception { struct in namespace:__cxxabiv1
44 __cxa_exception *nextException;
49 __cxa_exception* nextPropagatingException;
70 // The layout of this structure MUST match the layout of __cxa_exception, with
82 __cxa_exception *nextException;
87 __cxa_exception* nextPropagatingException;
105 __cxa_exception * caughtExceptions;
108 __cxa_exception* propagatingExceptions;
H A Dcxa_exception.cpp27 // | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object |
44 __cxa_exception*
47 return static_cast<__cxa_exception*>(thrown_object) - 1;
55 thrown_object_from_cxa_exception(__cxa_exception* exception_header)
65 __cxa_exception*
76 return size + sizeof (__cxa_exception);
98 static inline int incrementHandlerCount(__cxa_exception *exception) {
103 static inline int decrementHandlerCount(__cxa_exception *exception) {
132 __cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception);
140 static LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_heade
[all...]
H A Dcxa_default_handlers.cpp32 __cxa_exception* exception_header = globals->caughtExceptions;
H A Dcxa_handlers.cpp90 __cxa_exception* exception_header = globals->caughtExceptions;
H A Dcxa_personality.cpp31 | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object |
314 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
735 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
777 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
957 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
982 __cxa_exception* exception_heade
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dcxa_exception.hpp29 struct __cxa_exception { struct in namespace:__cxxabiv1
44 __cxa_exception *nextException;
49 __cxa_exception* nextPropagatingException;
70 // The layout of this structure MUST match the layout of __cxa_exception, with
82 __cxa_exception *nextException;
87 __cxa_exception* nextPropagatingException;
105 __cxa_exception * caughtExceptions;
108 __cxa_exception* propagatingExceptions;
H A Dcxa_exception.cpp27 // | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object |
44 __cxa_exception*
47 return static_cast<__cxa_exception*>(thrown_object) - 1;
55 thrown_object_from_cxa_exception(__cxa_exception* exception_header)
65 __cxa_exception*
76 return size + sizeof (__cxa_exception);
98 static inline int incrementHandlerCount(__cxa_exception *exception) {
103 static inline int decrementHandlerCount(__cxa_exception *exception) {
132 __cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception);
140 static LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_heade
[all...]
H A Dcxa_default_handlers.cpp32 __cxa_exception* exception_header = globals->caughtExceptions;
H A Dcxa_handlers.cpp90 __cxa_exception* exception_header = globals->caughtExceptions;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_exception.hpp29 struct __cxa_exception { struct in namespace:__cxxabiv1
44 __cxa_exception *nextException;
49 __cxa_exception* nextPropagatingException;
70 // The layout of this structure MUST match the layout of __cxa_exception, with
82 __cxa_exception *nextException;
87 __cxa_exception* nextPropagatingException;
105 __cxa_exception * caughtExceptions;
108 __cxa_exception* propagatingExceptions;
H A Dcxa_exception.cpp27 // | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object |
44 __cxa_exception*
47 return static_cast<__cxa_exception*>(thrown_object) - 1;
55 thrown_object_from_cxa_exception(__cxa_exception* exception_header)
65 __cxa_exception*
76 return size + sizeof (__cxa_exception);
98 static inline int incrementHandlerCount(__cxa_exception *exception) {
103 static inline int decrementHandlerCount(__cxa_exception *exception) {
132 __cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception);
140 static LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_heade
[all...]
H A Dcxa_default_handlers.cpp32 __cxa_exception* exception_header = globals->caughtExceptions;
H A Dcxa_handlers.cpp90 __cxa_exception* exception_header = globals->caughtExceptions;
/prebuilts/ndk/current/sources/cxx-stl/gabi++/src/
H A Dcxxabi.cc262 _GABIXX_NORETURN void throwException(__cxa_exception *header) {
298 size_t size = thrown_size + sizeof(__cxa_exception);
299 __cxa_exception *buffer = static_cast<__cxa_exception*>(memalign(__alignof__(__cxa_exception), size));
307 ::memset(buffer, 0, sizeof(__cxa_exception));
312 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1;
328 __cxa_exception* header = static_cast<__cxa_exception*>(thrown_ex
[all...]
H A Dpersonality.cc72 __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
92 __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
H A Dcall_unexpected.cc89 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(ucbp+1)-1;
136 __cxa_exception *header = reinterpret_cast<__cxa_exception*>(exc+1)-1;
154 __cxa_exception* header = globals->cleanupExceptions;
189 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
221 __cxa_exception* new_header = __cxa_get_globals()->caughtExceptions;
260 __cxa_exception* old_exception_header = 0;
264 old_exception_header = reinterpret_cast<__cxa_exception*>(unwind_exceptio
[all...]
H A Dcxxabi_defines.h278 struct __cxa_exception { struct
285 __cxa_exception* nextException;
294 __cxa_exception* nextCleanup;
307 __cxa_exception* caughtExceptions;
310 __cxa_exception* cleanupExceptions;
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
H A Dcxxabi.cc262 _GABIXX_NORETURN void throwException(__cxa_exception *header) {
298 size_t size = thrown_size + sizeof(__cxa_exception);
299 __cxa_exception *buffer = static_cast<__cxa_exception*>(memalign(__alignof__(__cxa_exception), size));
307 ::memset(buffer, 0, sizeof(__cxa_exception));
312 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1;
328 __cxa_exception* header = static_cast<__cxa_exception*>(thrown_ex
[all...]
H A Dpersonality.cc72 __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
92 __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
H A Dcall_unexpected.cc89 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(ucbp+1)-1;
136 __cxa_exception *header = reinterpret_cast<__cxa_exception*>(exc+1)-1;
154 __cxa_exception* header = globals->cleanupExceptions;
189 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
221 __cxa_exception* new_header = __cxa_get_globals()->caughtExceptions;
260 __cxa_exception* old_exception_header = 0;
264 old_exception_header = reinterpret_cast<__cxa_exception*>(unwind_exceptio
[all...]
H A Dcxxabi_defines.h278 struct __cxa_exception { struct
285 __cxa_exception* nextException;
294 __cxa_exception* nextCleanup;
307 __cxa_exception* caughtExceptions;
310 __cxa_exception* cleanupExceptions;
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
H A Dcxxabi.cc262 _GABIXX_NORETURN void throwException(__cxa_exception *header) {
298 size_t size = thrown_size + sizeof(__cxa_exception);
299 __cxa_exception *buffer = static_cast<__cxa_exception*>(memalign(__alignof__(__cxa_exception), size));
307 ::memset(buffer, 0, sizeof(__cxa_exception));
312 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1;
328 __cxa_exception* header = static_cast<__cxa_exception*>(thrown_ex
[all...]
H A Dpersonality.cc72 __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
92 __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
H A Dcall_unexpected.cc89 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(ucbp+1)-1;
136 __cxa_exception *header = reinterpret_cast<__cxa_exception*>(exc+1)-1;
154 __cxa_exception* header = globals->cleanupExceptions;
189 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
221 __cxa_exception* new_header = __cxa_get_globals()->caughtExceptions;
260 __cxa_exception* old_exception_header = 0;
264 old_exception_header = reinterpret_cast<__cxa_exception*>(unwind_exceptio
[all...]
H A Dcxxabi_defines.h278 struct __cxa_exception { struct
285 __cxa_exception* nextException;
294 __cxa_exception* nextCleanup;
307 __cxa_exception* caughtExceptions;
310 __cxa_exception* cleanupExceptions;

Completed in 490 milliseconds

12