Searched defs:__cxa_throw (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_exception.cpp198 the generated code calls the __cxa_throw runtime library routine. This
201 The __cxa_throw routine will do the following:
214 pointer to the thrown exception, which __cxa_throw itself received as an argument.
217 handler, _Unwind_RaiseException may return. In that case, __cxa_throw
223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*)) function
383 in __cxa_throw (or one of our rethrow functions).

Completed in 608 milliseconds