Searched refs:exception_class (Results 1 – 13 of 13) sorted by relevance
/ndk/tests/device/test-unwind-struct/jni/ |
D | main.c | 21 CHECK_EQ(0, offsetof(struct _Unwind_Control_Block, exception_class)); in main() 25 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class)); in main() 31 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class)); in main() 37 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class)); in main()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | call_unexpected.cc | 137 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() 190 bool native_exception = unwind_exception->exception_class == __gxx_exception_class; in __cxa_call_unexpected() 257 bool native_old_exception = unwind_exception->exception_class == __gxx_exception_class; in __cxa_call_unexpected() 298 new_exception_header->unwindHeader.exception_class == __gxx_exception_class; in __cxa_call_unexpected()
|
D | cxxabi.cc | 332 header->unwindHeader.exception_class = __gxx_exception_class; in __cxa_throw() 347 if (isOurCxxException(exception->exception_class)) { in __cxa_rethrow() 361 if (!isOurCxxException(exception->exception_class)) { in __cxa_begin_catch() 389 if (!isOurCxxException(exception->exception_class)) { in __cxa_end_catch()
|
D | helper_func_internal.h | 99 uint64_t exceptionClass = unwind_exception->exception_class; \
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-sjlj.c | 96 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 154 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2() 214 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 233 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 269 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
D | UnwindLevel1.c | 86 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 180 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 265 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 285 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 319 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_default_handlers.cpp | 39 (unwind_exception->exception_class & get_vendor_and_language) == in default_terminate_handler() 44 unwind_exception->exception_class == kOurDependentExceptionClass ? in default_terminate_handler()
|
D | cxa_exception.cpp | 80 unwind_exception->exception_class = kOurExceptionClass; in setExceptionClass() 84 unwind_exception->exception_class = kOurDependentExceptionClass; in setDependentExceptionClass() 89 return (unwind_exception->exception_class & get_vendor_and_language) == in isOurExceptionClass() 94 return (unwind_exception->exception_class & 0xFF) == 0x01; in isDependentException()
|
D | cxa_handlers.cpp | 96 (unwind_exception->exception_class & get_vendor_and_language) == in terminate()
|
D | cxa_personality.cpp | 478 if (unwind_exception->exception_class == kOurDependentExceptionClass) in get_thrown_object_ptr() 1057 bool native_exception = (unwind_exception->exception_class & get_vendor_and_language) == in __gxx_personality_v0() 1183 (unwind_exception->exception_class & get_vendor_and_language) == in __cxa_call_unexpected() 1247 (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()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-itanium.h | 69 uint64_t exception_class; member
|
D | unwind-arm.h | 60 uint64_t exception_class; // Compatible with Itanium ABI member
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 74 uint64_t exception_class; member 119 uint64_t exception_class; member
|