Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp65 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception() function
136 …__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func()
302 return cxa_exception_from_exception_unwind_exception( in __cxa_get_exception_ptr()
316 cxa_exception_from_exception_unwind_exception(unwind_exception); in __cxa_begin_cleanup()
445 cxa_exception_from_exception_unwind_exception in __cxa_begin_catch()
/external/cronet/third_party/libc++abi/src/src/
Dcxa_exception.cpp64 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception() function
135 …__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func()
305 return cxa_exception_from_exception_unwind_exception( in __cxa_throw()
319 cxa_exception_from_exception_unwind_exception(unwind_exception); in __cxa_throw()
448 cxa_exception_from_exception_unwind_exception in __cxa_throw()