Searched defs:unwind_exception (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/ |
H A D | cxa_exception.cpp | 64 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception() 81 void __setExceptionClass(_Unwind_Exception* unwind_exception, uint64_t newValue) { in __setExceptionClass() 86 static void setOurExceptionClass(_Unwind_Exception* unwind_exception) { in setOurExceptionClass() 90 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass() 95 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) { in __getExceptionClass() 105 bool __isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in __isOurExceptionClass() 110 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException() 133 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func() 306 void *__cxa_get_exception_ptr(void *unwind_exception) throw() { in __cxa_throw() 322 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_throw() local [all …]
|
H A D | cxa_personality.cpp | 330 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() 365 _Unwind_Exception* unwind_exception, uintptr_t /*base*/ = 0) in get_shim_type_info() 388 _Unwind_Exception* unwind_exception, uintptr_t base = 0) in get_shim_type_info() 436 void* adjustedPtr, _Unwind_Exception* unwind_exception, in exception_spec_can_catch() 482 void* adjustedPtr, _Unwind_Exception* unwind_exception, in exception_spec_can_catch() 517 get_thrown_object_ptr(_Unwind_Exception* unwind_exception) in get_thrown_object_ptr() 547 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers() 586 _Unwind_Exception *unwind_exception, in scan_eh_tab() 923 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_wasm0() 1021 static _Unwind_Reason_Code continue_unwind(_Unwind_Exception* unwind_exception, in continue_unwind() [all …]
|
H A D | cxa_handlers.cpp | 85 _Unwind_Exception* unwind_exception = in terminate() local
|
H A D | cxa_default_handlers.cpp | 51 _Unwind_Exception* unwind_exception = in demangling_terminate_handler() local
|
/aosp_15_r20/external/libcxxabi/src/ |
H A D | cxa_exception.cpp | 65 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception() 82 void __setExceptionClass(_Unwind_Exception* unwind_exception, uint64_t newValue) { in __setExceptionClass() 87 static void setOurExceptionClass(_Unwind_Exception* unwind_exception) { in setOurExceptionClass() 91 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass() 96 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) { in __getExceptionClass() 106 bool __isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in __isOurExceptionClass() 111 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException() 134 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func() 297 void *__cxa_get_exception_ptr(void *unwind_exception) throw() { in __cxa_get_exception_ptr() 313 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup() local [all …]
|
H A D | cxa_personality.cpp | 317 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() 352 _Unwind_Exception* unwind_exception) in get_shim_type_info() 375 _Unwind_Exception* unwind_exception) in get_shim_type_info() 422 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() 467 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() 500 get_thrown_object_ptr(_Unwind_Exception* unwind_exception) in get_thrown_object_ptr() 530 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers() 566 _Unwind_Exception *unwind_exception, in scan_eh_tab() 958 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_imp() 1059 static _Unwind_Reason_Code continue_unwind(_Unwind_Exception* unwind_exception, in continue_unwind() [all …]
|
H A D | cxa_handlers.cpp | 85 _Unwind_Exception* unwind_exception = in terminate() local
|
H A D | cxa_default_handlers.cpp | 38 _Unwind_Exception* unwind_exception = in demangling_terminate_handler() local
|