HomeSort by relevance Sort by last modified time
    Searched refs:__cxa_exception (Results 1 - 25 of 34) sorted by null

1 2

  /external/libcxxabi/src/
cxa_exception.hpp 29 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;
cxa_exception.cpp 24 // | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object |
41 __cxa_exception*
44 return static_cast<__cxa_exception*>(thrown_object) - 1;
52 thrown_object_from_cxa_exception(__cxa_exception* exception_header)
62 __cxa_exception*
73 return size + sizeof (__cxa_exception);
95 static inline int incrementHandlerCount(__cxa_exception *exception) {
100 static inline int decrementHandlerCount(__cxa_exception *exception) {
115 __cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception);
123 static LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header)
    [all...]
cxa_handlers.cpp 90 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_personality.cpp 31 | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object |
314 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
741 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
    [all...]
cxa_default_handlers.cpp 33 __cxa_exception* exception_header = globals->caughtExceptions;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.hpp 29 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;
cxa_exception.cpp 27 // | __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_header)
    [all...]
cxa_default_handlers.cpp 32 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_handlers.cpp 90 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_personality.cpp 33 | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object |
310 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
728 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
770 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.hpp 29 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;
cxa_exception.cpp 27 // | __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_header)
    [all...]
cxa_default_handlers.cpp 32 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_handlers.cpp 90 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_personality.cpp 31 | __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;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc 262 _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_exc)-1
    [all...]
personality.cc 72 __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;
call_unexpected.cc 89 __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_exception+1)-1
    [all...]
cxxabi_defines.h 278 struct __cxa_exception { struct
285 __cxa_exception* nextException;
294 __cxa_exception* nextCleanup;
307 __cxa_exception* caughtExceptions;
310 __cxa_exception* cleanupExceptions;
helper_func_internal.cc 173 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
207 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc 262 _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_exc)-1
    [all...]
personality.cc 72 __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;
call_unexpected.cc 89 __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_exception+1)-1
    [all...]
cxxabi_defines.h 278 struct __cxa_exception { struct
285 __cxa_exception* nextException;
294 __cxa_exception* nextCleanup;
307 __cxa_exception* caughtExceptions;
310 __cxa_exception* cleanupExceptions;
helper_func_internal.cc 173 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
207 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;

Completed in 1142 milliseconds

1 2