Searched refs:unwind_exception (Results 1 – 4 of 4) sorted by relevance
307 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() argument309 __cxa_begin_catch(unwind_exception); in call_terminate()313 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in call_terminate()342 _Unwind_Exception* unwind_exception) in get_shim_type_info() argument347 call_terminate(native_exception, unwind_exception); in get_shim_type_info()362 _Unwind_Exception* unwind_exception) in get_shim_type_info() argument367 call_terminate(native_exception, unwind_exception); in get_shim_type_info()388 call_terminate(native_exception, unwind_exception); in get_shim_type_info()409 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument414 call_terminate(false, unwind_exception); in exception_spec_can_catch()[all …]
66 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception() argument68 return cxa_exception_from_thrown_object(unwind_exception + 1 ); in cxa_exception_from_exception_unwind_exception()79 static void setExceptionClass(_Unwind_Exception* unwind_exception) { in setExceptionClass() argument80 unwind_exception->exception_class = kOurExceptionClass; in setExceptionClass()83 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass() argument84 unwind_exception->exception_class = kOurDependentExceptionClass; in setDependentExceptionClass()88 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in isOurExceptionClass() argument89 return (unwind_exception->exception_class & get_vendor_and_language) == in isOurExceptionClass()93 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException() argument94 return (unwind_exception->exception_class & 0xFF) == 0x01; in isDependentException()[all …]
36 _Unwind_Exception* unwind_exception = in default_terminate_handler() local39 (unwind_exception->exception_class & get_vendor_and_language) == in default_terminate_handler()44 unwind_exception->exception_class == kOurDependentExceptionClass ? in default_terminate_handler()
93 _Unwind_Exception* unwind_exception = in terminate() local96 (unwind_exception->exception_class & get_vendor_and_language) == in terminate()