Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp54 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception() function
198 return thrown_object_from_cxa_exception(exception_header); in __cxa_allocate_exception()
553 … __cxa_decrement_exception_refcount(thrown_object_from_cxa_exception(exception_header)); in __cxa_end_catch()
699 void* thrown_object = thrown_object_from_cxa_exception(exception_header); in __cxa_current_primary_exception()
/external/cronet/buildtools/third_party/libc++abi/trunk/src/
Dcxa_exception.cpp53 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception() function
196 return thrown_object_from_cxa_exception(exception_header); in __cxa_allocate_exception()
559 … __cxa_decrement_exception_refcount(thrown_object_from_cxa_exception(exception_header)); in __cxa_end_catch()
705 void* thrown_object = thrown_object_from_cxa_exception(exception_header); in __cxa_current_primary_exception()