Home
last modified time | relevance | path

Searched refs:exception_class (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/test-unwind-struct/jni/
Dmain.c21 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/
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()
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()
Dcxxabi.cc332 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()
Dhelper_func_internal.h99 uint64_t exceptionClass = unwind_exception->exception_class; \
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c96 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()
DUnwindLevel1.c86 (*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/
Dcxa_default_handlers.cpp39 (unwind_exception->exception_class & get_vendor_and_language) == in default_terminate_handler()
44 unwind_exception->exception_class == kOurDependentExceptionClass ? in default_terminate_handler()
Dcxa_exception.cpp80 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()
Dcxa_handlers.cpp96 (unwind_exception->exception_class & get_vendor_and_language) == in terminate()
Dcxa_personality.cpp478 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/
Dunwind-itanium.h69 uint64_t exception_class; member
Dunwind-arm.h60 uint64_t exception_class; // Compatible with Itanium ABI member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h74 uint64_t exception_class; member
119 uint64_t exception_class; member