Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp45 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object() function
68 return cxa_exception_from_thrown_object(unwind_exception + 1 ); in cxa_exception_from_exception_unwind_exception()
171 do_free(cxa_exception_from_thrown_object(thrown_object)); in __cxa_free_exception()
226 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
495cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_end_catch()
598 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()
616 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_decrement_exception_refcount()
651 exception_header = cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_current_primary_exception()
687 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_rethrow_primary_exception()