Searched defs:unwind_exception (Results 1 – 4 of 4) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_exception.cpp | 66 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception() 79 static void setExceptionClass(_Unwind_Exception* unwind_exception) { in setExceptionClass() 83 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass() 88 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in isOurExceptionClass() 93 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException() 130 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func() 257 __cxa_get_exception_ptr(void* unwind_exception) throw() in __cxa_get_exception_ptr() 276 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup() local 388 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch() local 669 dependent_exception_cleanup(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in dependent_exception_cleanup()
|
D | cxa_personality.cpp | 304 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() 339 _Unwind_Exception* unwind_exception) in get_shim_type_info() 359 _Unwind_Exception* unwind_exception) in get_shim_type_info() 406 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() 448 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() 481 get_thrown_object_ptr(_Unwind_Exception* unwind_exception) in get_thrown_object_ptr() 511 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers() 544 _Unwind_Exception *unwind_exception, in scan_eh_tab() 932 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_sj0() 1023 static _Unwind_Reason_Code continue_unwind(_Unwind_Exception* unwind_exception, in continue_unwind() [all …]
|
D | cxa_handlers.cpp | 93 _Unwind_Exception* unwind_exception = in terminate() local
|
D | cxa_default_handlers.cpp | 36 _Unwind_Exception* unwind_exception = in default_terminate_handler() local
|