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

  /external/libcxxabi/src/
cxa_exception.cpp 130 // * void *__cxa_begin_catch(void *exceptionObject );
131 (void) __cxa_begin_catch(&exception_header->unwindHeader);
366 __cxa_begin_catch(void* unwind_arg) throw() function
439 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch
536 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
559 __cxa_begin_catch(&exception_header->unwindHeader);
680 __cxa_begin_catch(&dep_exception_header->unwindHeader);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 147 // * 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);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 147 // * void *__cxa_begin_catch(void *exceptionObject );
148 (void) __cxa_begin_catch(&exception_header->unwindHeader);
382 __cxa_begin_catch(void* unwind_arg) throw() function
455 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch
552 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
575 __cxa_begin_catch(&exception_header->unwindHeader);
696 __cxa_begin_catch(&dep_exception_header->unwindHeader);

Completed in 198 milliseconds