Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_exception.cpp43 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object() function
66 return cxa_exception_from_thrown_object(unwind_exception + 1 ); in cxa_exception_from_exception_unwind_exception()
205 ((char *)cxa_exception_from_thrown_object(thrown_object)) - header_offset; in __cxa_free_exception()
211 __cxa_exception* exception_header = cxa_exception_from_thrown_object(object); in __cxa_init_primary_exception()
565cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_throw()
664 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
681 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
714 exception_header = cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_throw()
750 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_exception.cpp44 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object() function
67 return cxa_exception_from_thrown_object(unwind_exception + 1 ); in cxa_exception_from_exception_unwind_exception()
207 ((char *)cxa_exception_from_thrown_object(thrown_object)) - header_offset; in __cxa_free_exception()
261 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
548cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_end_catch()
647 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()
664 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_decrement_exception_refcount()
697 exception_header = cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_current_primary_exception()
733 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_rethrow_primary_exception()