Home
last modified time | relevance | path

Searched defs:exc (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc363 void saveDataToBarrierCache(_Unwind_Exception* exc, in saveDataToBarrierCache()
372 void loadDataFromBarrierCache(_Unwind_Exception* exc, in loadDataFromBarrierCache()
379 void prepareBeginCleanup(_Unwind_Exception* exc) { in prepareBeginCleanup()
383 void saveUnexpectedDataToBarrierCache(_Unwind_Exception* exc, in saveUnexpectedDataToBarrierCache()
495 void saveDataToBarrierCache(_Unwind_Exception* exc, in saveDataToBarrierCache()
499 void loadDataFromBarrierCache(_Unwind_Exception* exc, in loadDataFromBarrierCache()
502 void prepareBeginCleanup(_Unwind_Exception* exc) {} in prepareBeginCleanup()
504 void saveUnexpectedDataToBarrierCache(_Unwind_Exception* exc, in saveUnexpectedDataToBarrierCache()
Dcxxabi.cc41 bool isOurCxxException(uint64_t exc) { in isOurCxxException()
47 _Unwind_Exception* exc) { in defaultExceptionCleanupFunc()
160 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1; in __cxa_free_exception() local
206 extern "C" void* __cxa_begin_catch(void* exc) { in __cxa_begin_catch()
Dcall_unexpected.cc134 __cxa_begin_cleanup(_Unwind_Exception* exc) { in __cxa_begin_cleanup()