Home
last modified time | relevance | path

Searched refs:dep_exception_header (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_exception.cpp562 __cxa_dependent_exception* dep_exception_header = in __cxa_throw() local
565 … cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_throw()
566 __cxa_free_dependent_exception(dep_exception_header); in __cxa_throw()
712 __cxa_dependent_exception* dep_exception_header = in __cxa_throw() local
714 exception_header = cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_throw()
731 __cxa_dependent_exception* dep_exception_header = in __cxa_throw() local
734 std::__terminate(dep_exception_header->terminateHandler); in __cxa_throw()
735 __cxa_decrement_exception_refcount(dep_exception_header->primaryException); in __cxa_throw()
736 __cxa_free_dependent_exception(dep_exception_header); in __cxa_throw()
751 __cxa_dependent_exception* dep_exception_header = in __cxa_throw() local
[all …]
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_exception.cpp545 __cxa_dependent_exception* dep_exception_header = in __cxa_end_catch() local
548 … cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_end_catch()
549 __cxa_free_dependent_exception(dep_exception_header); in __cxa_end_catch()
695 __cxa_dependent_exception* dep_exception_header = in __cxa_current_primary_exception() local
697 exception_header = cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_current_primary_exception()
714 __cxa_dependent_exception* dep_exception_header = in dependent_exception_cleanup() local
717 std::__terminate(dep_exception_header->terminateHandler); in dependent_exception_cleanup()
718 __cxa_decrement_exception_refcount(dep_exception_header->primaryException); in dependent_exception_cleanup()
719 __cxa_free_dependent_exception(dep_exception_header); in dependent_exception_cleanup()
734 __cxa_dependent_exception* dep_exception_header = in __cxa_rethrow_primary_exception() local
[all …]