Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_exception.cpp64 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception() function
135 …__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func()
311 return cxa_exception_from_exception_unwind_exception( in __cxa_throw()
325 cxa_exception_from_exception_unwind_exception(unwind_exception); in __cxa_throw()
454 cxa_exception_from_exception_unwind_exception in __cxa_throw()
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_exception.cpp65 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception() function
136 …__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func()
302 return cxa_exception_from_exception_unwind_exception( in __cxa_get_exception_ptr()
316 cxa_exception_from_exception_unwind_exception(unwind_exception); in __cxa_begin_cleanup()
445 cxa_exception_from_exception_unwind_exception in __cxa_begin_catch()