Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp63 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception()
76 static void setExceptionClass(_Unwind_Exception* unwind_exception) { in setExceptionClass()
80 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass()
85 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in isOurExceptionClass()
90 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException()
113 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func()
239 void *__cxa_get_exception_ptr(void *unwind_exception) throw() { in __cxa_get_exception_ptr()
256 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup() local
368 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch() local
642 dependent_exception_cleanup(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in dependent_exception_cleanup()
Dcxa_personality.cpp308 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate()
343 _Unwind_Exception* unwind_exception) in get_shim_type_info()
366 _Unwind_Exception* unwind_exception) in get_shim_type_info()
413 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch()
458 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch()
491 get_thrown_object_ptr(_Unwind_Exception* unwind_exception) in get_thrown_object_ptr()
521 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers()
557 _Unwind_Exception *unwind_exception, in scan_eh_tab()
945 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_sj0()
1035 static _Unwind_Reason_Code continue_unwind(_Unwind_Exception* unwind_exception, in continue_unwind()
[all …]
Dcxa_handlers.cpp93 _Unwind_Exception* unwind_exception = in terminate() local
Dcxa_default_handlers.cpp37 _Unwind_Exception* unwind_exception = in demangling_terminate_handler() local