OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crash_context
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/tools/oom_dump/
oom_dump.cc
117
MinidumpContext*
crash_context
= exception->GetContext();
local
118
CHECK(
crash_context
);
131
CHECK_EQ(MD_CONTEXT_X86,
crash_context
->GetContextCPU());
133
const MDRawContextX86* contextX86 =
crash_context
->GetContextX86();
/external/chromium_org/components/crash/browser/
crash_handler_host_linux.cc
149
scoped_ptr<char[]>
crash_context
(new char[kCrashContextSize]);
174
iov[0].iov_base =
crash_context
.get();
295
reinterpret_cast<ExceptionHandler::CrashContext*>(
crash_context
.get());
332
base::Passed(&
crash_context
),
338
scoped_ptr<char[]>
crash_context
,
367
crash_context
.get(),
crash_handler_host_linux.h
66
scoped_ptr<char[]>
crash_context
,
/external/chromium_org/components/crash/app/
breakpad_linux.cc
762
virtual bool RequestDump(const void*
crash_context
,
785
iov[0].iov_base = const_cast<void*>(
crash_context
);
[
all
...]
Completed in 3475 milliseconds