HomeSort by relevance Sort by last modified time
    Searched defs:__cxa_throw (Results 1 - 3 of 3) sorted by null

  /external/libcxxabi/src/
cxa_exception.cpp 198 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
381 in __cxa_throw (or one of our rethrow functions).
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 325 extern "C" void __cxa_throw(void* thrown_exc, function in namespace:__cxxabiv1
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 198 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
381 in __cxa_throw (or one of our rethrow functions).

Completed in 50 milliseconds