Home
last modified time | relevance | path

Searched defs:unwind_exception (Results 1 – 4 of 4) sorted by relevance

/external/libcxxabi/src/
Dcxa_exception.cpp66 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()
278 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup() local
390 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch() local
671 dependent_exception_cleanup(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in dependent_exception_cleanup()
Dcxa_personality.cpp304 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate()
329 _Unwind_Exception* unwind_exception) in get_shim_type_info()
349 _Unwind_Exception* unwind_exception) in get_shim_type_info()
396 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch()
438 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch()
471 get_thrown_object_ptr(_Unwind_Exception* unwind_exception) in get_thrown_object_ptr()
501 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers()
534 _Unwind_Exception *unwind_exception, in scan_eh_tab()
922 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_sj0()
1023 static void save_results_to_barrier_cache(_Unwind_Exception* unwind_exception, in save_results_to_barrier_cache()
[all …]
Dcxa_handlers.cpp93 _Unwind_Exception* unwind_exception = in terminate() local
Dcxa_default_handlers.cpp36 _Unwind_Exception* unwind_exception = in default_terminate_handler() local