Searched defs:context_size (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dsnapshot-external.cc30 int context_size; member in struct:v8::internal::SnapshotImpl
83 snapshot_impl_->context_size);
128 &snapshot_impl_->context_size);
H A Dsnapshot.h32 static int context_size() { return context_size_; } function in class:v8::internal::Snapshot
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc391 size_t context_size; member in struct:google_breakpad::ThreadArgument
405 thread_arg->context_size) == false;
487 thread_arg.context_size = sizeof(*context);
570 size_t context_size) {
574 context_size,
582 context_size,
590 context_size,
569 DoDump(pid_t crashing_process, const void* context, size_t context_size) argument
/external/google-breakpad/src/processor/
H A Dminidump.cc76 // Returns true iff |context_size| matches exactly one of the sizes of the
80 static bool IsContextSizeUnique(uint32_t context_size) { argument
82 if (context_size == sizeof(MDRawContextX86))
84 if (context_size == sizeof(MDRawContextPPC))
86 if (context_size == sizeof(MDRawContextPPC64))
88 if (context_size == sizeof(MDRawContextAMD64))
90 if (context_size == sizeof(MDRawContextSPARC))
92 if (context_size == sizeof(MDRawContextARM))
94 if (context_size == sizeof(MDRawContextARM64))
96 if (context_size
[all...]

Completed in 454 milliseconds