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.cc364 void saveDataToBarrierCache(_Unwind_Exception* exc, in saveDataToBarrierCache()
373 void loadDataFromBarrierCache(_Unwind_Exception* exc, in loadDataFromBarrierCache()
380 void prepareBeginCleanup(_Unwind_Exception* exc) { in prepareBeginCleanup()
384 void saveUnexpectedDataToBarrierCache(_Unwind_Exception* exc, in saveUnexpectedDataToBarrierCache()
496 void saveDataToBarrierCache(_Unwind_Exception* exc, in saveDataToBarrierCache()
500 void loadDataFromBarrierCache(_Unwind_Exception* exc, in loadDataFromBarrierCache()
503 void prepareBeginCleanup(_Unwind_Exception* exc) {} in prepareBeginCleanup()
505 void saveUnexpectedDataToBarrierCache(_Unwind_Exception* exc, in saveUnexpectedDataToBarrierCache()
Dcxxabi.cc44 bool isOurCxxException(uint64_t exc) { in isOurCxxException()
50 _Unwind_Exception* exc) { in defaultExceptionCleanupFunc()
312 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1; in __cxa_free_exception() local
356 extern "C" void* __cxa_begin_catch(void* exc) _GABIXX_NOEXCEPT { in __cxa_begin_catch()
Dcall_unexpected.cc134 __cxa_begin_cleanup(_Unwind_Exception* exc) { in __cxa_begin_cleanup()