Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_exception.h48 void *(_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);
50 void (_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);
89 void (_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);
H A Dcxa_exception.cpp216 exception_header->exceptionDestructor = dest; in __cxa_init_primary_exception()
684 if (NULL != exception_header->exceptionDestructor) in __cxa_throw()
685 exception_header->exceptionDestructor(thrown_object); in __cxa_throw()
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_exception.hpp42 void (*exceptionDestructor)(void *); member
79 void (*exceptionDestructor)(void *); member
H A Dcxa_exception.cpp266 exception_header->exceptionDestructor = dest; in __cxa_throw()
667 if (NULL != exception_header->exceptionDestructor) in __cxa_decrement_exception_refcount()
668 exception_header->exceptionDestructor(thrown_object); in __cxa_decrement_exception_refcount()