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

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc 411 extern "C" void* __cxa_get_exception_ptr(void* exceptionObject) _GABIXX_NOEXCEPT {
414 reinterpret_cast<_Unwind_Exception *>(exceptionObject)+1)-1;
425 extern "C" void __cxa_decrement_exception_refcount(void* exceptionObject)
427 if (exceptionObject != NULL)
430 reinterpret_cast<__cxa_exception*>(exceptionObject)-1;
432 __cxa_free_exception(exceptionObject);
436 extern "C" void __cxa_increment_exception_refcount(void* exceptionObject)
438 if (exceptionObject != NULL)
441 reinterpret_cast<__cxa_exception*>(exceptionObject)-1;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc 411 extern "C" void* __cxa_get_exception_ptr(void* exceptionObject) _GABIXX_NOEXCEPT {
414 reinterpret_cast<_Unwind_Exception *>(exceptionObject)+1)-1;
425 extern "C" void __cxa_decrement_exception_refcount(void* exceptionObject)
427 if (exceptionObject != NULL)
430 reinterpret_cast<__cxa_exception*>(exceptionObject)-1;
432 __cxa_free_exception(exceptionObject);
436 extern "C" void __cxa_increment_exception_refcount(void* exceptionObject)
438 if (exceptionObject != NULL)
441 reinterpret_cast<__cxa_exception*>(exceptionObject)-1;
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 264 milliseconds