Searched refs:crash_context (Results 1 – 3 of 3) sorted by relevance
125 char* crash_context = new char[kCrashContextSize]; in OnFileCanReadWithoutBlocking() local143 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() argument334 crashing_pid, crash_context, in WriteDumpFile()338 delete[] crash_context; in WriteDumpFile()
79 char* crash_context,
118 MinidumpContext* crash_context = exception->GetContext(); in DumpHeapStats() local119 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()