Home
last modified time | relevance | path

Searched refs:IsOutOfProcess (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc199 if (!IsOutOfProcess()) { in Initialize()
346 if (!IsOutOfProcess()) { in ~ExceptionHandler()
503 if (current_handler->IsOutOfProcess()) { in HandleException()
592 if (current_handler->IsOutOfProcess()) { in HandleInvalidParameter()
673 if (current_handler->IsOutOfProcess()) { in HandlePureVirtualCall()
756 if (IsOutOfProcess()) { in WriteMinidumpForException()
851 if (IsOutOfProcess()) { in WriteMinidumpWithException()
Dexception_handler.h278 bool IsOutOfProcess() const { return crash_generation_client_.get() != NULL; } in IsOutOfProcess() function
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.h204 bool IsOutOfProcess() const { in IsOutOfProcess() function
Dexception_handler.cc233 if (!IsOutOfProcess() && !minidump_descriptor_.IsFD() && in ExceptionHandler()
499 if (IsOutOfProcess()) in GenerateDump()
660 if (!IsOutOfProcess() && !minidump_descriptor_.IsFD() && in WriteMinidump()
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.h159 bool IsOutOfProcess() const { in IsOutOfProcess() function
Dexception_handler.cc374 } else if (IsOutOfProcess()) { in WriteMinidumpWithException()
640 if (!IsOutOfProcess()) { in InstallHandler()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc189 ASSERT_TRUE(exc->IsOutOfProcess()); in DoCrashInvalidParameter()
221 ASSERT_TRUE(exc->IsOutOfProcess()); in DoCrashPureVirtualCall()
Dexception_handler_death_test.cc186 ASSERT_TRUE(exc->IsOutOfProcess()); in DoCrashAccessViolation()