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

  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 91 void __cxa_free_exception(void* thrown_exception);
93 void __cxa_throw(void* thrown_exception, std::type_info* tinfo, void (*dest)(void*));
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 330 void __cxa_free_exception(void* thrown_exception);
332 void __cxa_throw(void* thrown_exception, std::type_info* tinfo, void (*dest)(void*));
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 159 extern "C" void __cxa_free_exception(void* thrown_exception) {
160 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1;
164 exc->exceptionDestructor(thrown_exception);
  /art/runtime/
jni_internal_test.cc 1815 jthrowable thrown_exception = env_->ExceptionOccurred(); local
1826 jthrowable thrown_exception; local
1865 jthrowable thrown_exception; local
    [all...]

Completed in 86 milliseconds