OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crash_context
(Results
1 - 4
of
4
) 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/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc
148
char*
crash_context
= new char[kCrashContextSize];
local
177
iov[0].iov_base =
crash_context
;
327
reinterpret_cast<ExceptionHandler::CrashContext*>(
crash_context
);
365
crash_context
,
371
char*
crash_context
,
389
crashing_pid,
crash_context
,
408
delete[]
crash_context
;
/external/chromium_org/v8/tools/oom_dump/
oom_dump.cc
119
MinidumpContext*
crash_context
= exception->GetContext();
local
120
CHECK(
crash_context
);
133
CHECK_EQ(MD_CONTEXT_X86,
crash_context
->GetContextCPU());
135
const MDRawContextX86* contextX86 =
crash_context
->GetContextX86();
/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 540 milliseconds