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);
388 __cxa_begin_catch(void* unwind_arg) throw() function
461 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch
561 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
584 __cxa_begin_catch(&exception_header->unwindHeader);
709 __cxa_begin_catch(&dep_exception_header->unwindHeader);

Completed in 109 milliseconds