Home
last modified time | relevance | path

Searched refs:terminateHandler (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc117 header->terminateHandler = info->terminateHandler; in throwException()
118 if (!header->terminateHandler) { in throwException()
119 header->terminateHandler = std::get_terminate(); in throwException()
Dcall_unexpected.cc244 terminate_helper(header->terminateHandler); in __cxa_call_unexpected()
264 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h287 std::terminate_handler terminateHandler; member
319 std::terminate_handler terminateHandler; member