HomeSort by relevance Sort by last modified time
    Searched refs:thrown_exception (Results 1 - 7 of 7) sorted by null

  /external/libcxxabi/include/
cxxabi.h 45 extern void __cxa_free_exception(void * thrown_exception) throw();
48 extern LIBCXXABI_NORETURN void __cxa_throw(void * thrown_exception,
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 45 extern void __cxa_free_exception(void * thrown_exception) throw();
48 extern LIBCXXABI_NORETURN void __cxa_throw(void * thrown_exception,
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 97 void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT;
99 void __cxa_throw(void* thrown_exception,
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 97 void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT;
99 void __cxa_throw(void* thrown_exception,
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 97 void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT;
99 void __cxa_throw(void* thrown_exception,
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 311 extern "C" void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT {
312 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1;
316 exc->exceptionDestructor(thrown_exception);
  /art/runtime/
jni_internal_test.cc 1550 jthrowable thrown_exception = env_->ExceptionOccurred(); local
1561 jthrowable thrown_exception; local
1622 jthrowable thrown_exception; local
    [all...]

Completed in 211 milliseconds