Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp42 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object() function
65 return cxa_exception_from_thrown_object(unwind_exception + 1 ); in cxa_exception_from_exception_unwind_exception()
155 __free_with_fallback(cxa_exception_from_thrown_object(thrown_object)); in __cxa_free_exception()
208 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
478cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_end_catch()
577 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()
594 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_decrement_exception_refcount()
627 exception_header = cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_current_primary_exception()
663 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_rethrow_primary_exception()