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

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

Completed in 118 milliseconds