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

  /external/libcxxabi/src/
cxa_exception.cpp 182 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).
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc 325 extern "C" void __cxa_throw(void* thrown_exc, function in namespace:__cxxabiv1
  /prebuilts/ndk/r11/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).
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc 325 extern "C" void __cxa_throw(void* thrown_exc, function in namespace:__cxxabiv1
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/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
222 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { function
377 in __cxa_throw (or one of our rethrow functions).

Completed in 1123 milliseconds