Home
last modified time | relevance | path

Searched defs:thrown_object (Results 1 – 6 of 6) 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()
201 void __cxa_free_exception(void *thrown_object) throw() { in __cxa_free_exception()
272 __cxa_throw(void *thrown_object, std::type_info *tinfo, void *(_LIBCXXABI_DTOR_FUNC *dest)(void *))… in __cxa_throw() argument
661 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_throw()
678 void __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_throw()
716 void* thrown_object = thrown_object_from_cxa_exception(exception_header); in __cxa_throw() local
744 __cxa_rethrow_primary_exception(void* thrown_object) in __cxa_throw()
H A Dcxa_noexception.cpp26 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount()
32 __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount()
41 __cxa_rethrow_primary_exception(void* thrown_object) { in __cxa_rethrow_primary_exception()
H A Dcxa_default_handlers.cpp58 void* thrown_object = in demangling_terminate_handler() local
/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()
203 void __cxa_free_exception(void *thrown_object) throw() { in __cxa_free_exception()
259 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw() argument
644 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount()
661 void __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount()
699 void* thrown_object = thrown_object_from_cxa_exception(exception_header); in __cxa_current_primary_exception() local
727 __cxa_rethrow_primary_exception(void* thrown_object) in __cxa_rethrow_primary_exception()
H A Dcxa_noexception.cpp27 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount()
33 __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount()
42 __cxa_rethrow_primary_exception(void* thrown_object) { in __cxa_rethrow_primary_exception()
H A Dcxa_default_handlers.cpp42 void* thrown_object = in demangling_terminate_handler() local