Searched defs:__cxa_begin_catch (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_exception.cpp147 // * void *__cxa_begin_catch(void *exceptionObject );
148 (void) __cxa_begin_catch(&exception_header->unwindHeader);
386 __cxa_begin_catch(void* unwind_arg) throw() function
459 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch
559 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
582 __cxa_begin_catch(&exception_header->unwindHeader);
707 __cxa_begin_catch(&dep_exception_header->unwindHeader);

Completed in 166 milliseconds