HomeSort by relevance Sort by last modified time
    Searched defs:crash_context (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 125 char* crash_context = new char[kCrashContextSize]; local
143 iov[0].iov_base = crash_context;
281 reinterpret_cast<ExceptionHandler::CrashContext*>(crash_context);
315 crash_context,
321 char* crash_context,
334 crashing_pid, crash_context,
338 delete[] crash_context;
  /external/v8/tools/oom_dump/
oom_dump.cc 118 MinidumpContext* crash_context = exception->GetContext(); local
119 CHECK(crash_context);
132 CHECK_EQ(MD_CONTEXT_X86, crash_context->GetContextCPU());
134 const MDRawContextX86* contextX86 = crash_context->GetContextX86();

Completed in 48 milliseconds