Home
last modified time | relevance | path

Searched refs:HANDLER_PURECALL (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h155 HANDLER_PURECALL = 1 << 2, // _set_purecall_handler enumerator
158 HANDLER_PURECALL
Dexception_handler.cc288 if (handler_types & HANDLER_PURECALL) in Initialize()
315 if (handler_types_ & HANDLER_PURECALL) in ~ExceptionHandler()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc277 ExceptionHandler::HANDLER_PURECALL); in TEST_F()
Dexception_handler_test.cc212 google_breakpad::ExceptionHandler::HANDLER_PURECALL, in DoCrashPureVirtualCall()