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.cc200 if (!IsOutOfProcess()) { in Initialize()
346 if (!IsOutOfProcess()) { in ~ExceptionHandler()
500 if (current_handler->IsOutOfProcess()) { in HandleException()
589 if (current_handler->IsOutOfProcess()) { in HandleInvalidParameter()
670 if (current_handler->IsOutOfProcess()) { in HandlePureVirtualCall()
753 if (IsOutOfProcess()) { in WriteMinidumpForException()
844 if (IsOutOfProcess()) { in WriteMinidumpWithException()
Dexception_handler.h276 bool IsOutOfProcess() const { return crash_generation_client_.get() != NULL; } in IsOutOfProcess() function
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc232 if (!IsOutOfProcess() && !minidump_descriptor_.IsFD() && in ExceptionHandler()
468 if (IsOutOfProcess()) in GenerateDump()
612 if (!IsOutOfProcess() && !minidump_descriptor_.IsFD() && in WriteMinidump()
Dexception_handler.h204 bool IsOutOfProcess() const { in IsOutOfProcess() function
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.h159 bool IsOutOfProcess() const { in IsOutOfProcess() function
Dexception_handler.cc369 } else if (IsOutOfProcess()) { in WriteMinidumpWithException()
635 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()