Home
last modified time | relevance | path

Searched refs:MDRawContextARM64_Old (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/processor/
Dconvert_old_arm64_context.h37 void ConvertOldARM64Context(const MDRawContextARM64_Old& old,
Dconvert_old_arm64_context.cc36 void ConvertOldARM64Context(const MDRawContextARM64_Old& old, in ConvertOldARM64Context()
Dmicrodump.cc320 } else if (cpu_state_raw.size() == sizeof(MDRawContextARM64_Old)) { in Microdump()
321 MDRawContextARM64_Old old_arm; in Microdump()
Dminidump.cc95 if (context_size == sizeof(MDRawContextARM64_Old)) in IsContextSizeUnique()
462 if (!IsContextSizeUnique(sizeof(MDRawContextARM64_Old))) { in Read()
669 } else if (expected_size == sizeof(MDRawContextARM64_Old)) { in Read()
683 scoped_ptr<MDRawContextARM64_Old> context_arm64(new MDRawContextARM64_Old()); in Read()
711 sizeof(MDRawContextARM64_Old) - flags_size)) { in Read()
/external/google-breakpad/src/client/linux/dump_writer_common/
Draw_context_cpu.h44 typedef MDRawContextARM64_Old RawContextCPU;
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_arm64.h164 } MDRawContextARM64_Old; typedef
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm111 TypedMDRVA<MDRawContextARM64_Old> context(&writer_);
115 MDRawContextARM64_Old *context_ptr = context.get();
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc497 if (range.length() == sizeof(MDRawContextARM64_Old)) { in ParseThreadRegisters()
498 const MDRawContextARM64_Old* rawregs = in ParseThreadRegisters()
499 range.GetData<MDRawContextARM64_Old>(0); in ParseThreadRegisters()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc548 TypedMDRVA<MDRawContextARM64_Old> context(&writer_); in WriteContextARM64()
556 MDRawContextARM64_Old *context_ptr = context.get(); in WriteContextARM64()