Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc125 char* crash_context = new char[kCrashContextSize]; in OnFileCanReadWithoutBlocking() local
143 iov[0].iov_base = crash_context; in OnFileCanReadWithoutBlocking()
281 reinterpret_cast<ExceptionHandler::CrashContext*>(crash_context); in OnFileCanReadWithoutBlocking()
315 crash_context, in OnFileCanReadWithoutBlocking()
321 char* crash_context, in WriteDumpFile() argument
334 crashing_pid, crash_context, in WriteDumpFile()
338 delete[] crash_context; in WriteDumpFile()
Dcrash_handler_host_linux.h79 char* crash_context,
/external/v8/tools/oom_dump/
Doom_dump.cc118 MinidumpContext* crash_context = exception->GetContext(); in DumpHeapStats() local
119 CHECK(crash_context); in DumpHeapStats()
132 CHECK_EQ(MD_CONTEXT_X86, crash_context->GetContextCPU()); in DumpHeapStats()
134 const MDRawContextX86* contextX86 = crash_context->GetContextX86(); in DumpHeapStats()