Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc576 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context }; in HandleInvalidParameter() local
598 &exception_ptrs, in HandleInvalidParameter()
601 success = current_handler->WriteMinidumpOnHandlerThread(&exception_ptrs, in HandleInvalidParameter()
656 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context }; in HandlePureVirtualCall() local
679 &exception_ptrs, in HandlePureVirtualCall()
682 success = current_handler->WriteMinidumpOnHandlerThread(&exception_ptrs, in HandlePureVirtualCall()
748 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context }; in WriteMinidump() local
753 return WriteMinidumpForException(&exception_ptrs); in WriteMinidump()
/aosp_15_r20/external/libchrome/base/process/
H A Dmemory_unittest.cc472 DWORD HandleOutOfMemoryException(EXCEPTION_POINTERS* exception_ptrs, in HandleOutOfMemoryException() argument
475 exception_ptrs->ExceptionRecord->ExceptionCode); in HandleOutOfMemoryException()
476 EXPECT_LE(1U, exception_ptrs->ExceptionRecord->NumberParameters); in HandleOutOfMemoryException()
478 exception_ptrs->ExceptionRecord->ExceptionInformation[0]); in HandleOutOfMemoryException()
/aosp_15_r20/external/cronet/base/process/
H A Dmemory_unittest.cc560 DWORD HandleOutOfMemoryException(EXCEPTION_POINTERS* exception_ptrs, in HandleOutOfMemoryException() argument
563 exception_ptrs->ExceptionRecord->ExceptionCode); in HandleOutOfMemoryException()
564 EXPECT_LE(1U, exception_ptrs->ExceptionRecord->NumberParameters); in HandleOutOfMemoryException()
566 exception_ptrs->ExceptionRecord->ExceptionInformation[0]); in HandleOutOfMemoryException()