Home
last modified time | relevance | path

Searched refs:MDRawContextARM64 (Results 1 – 14 of 14) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Ddump_context.h59 const MDRawContextARM64* GetContextARM64() const;
84 void SetContextARM64(MDRawContextARM64* arm64);
102 MDRawContextARM64* arm64;
Dmicrodump.h68 virtual void SetContextARM64(MDRawContextARM64* arm64);
Dstack_frame_cpu.h330 MDRawContextARM64 context;
/external/google-breakpad/src/processor/
Dmicrodump.cc106 void MicrodumpContext::SetContextARM64(MDRawContextARM64* arm64) { in SetContextARM64()
271 if (cpu_state_raw.size() != sizeof(MDRawContextARM64)) { in Microdump()
273 " bytes instead of " << sizeof(MDRawContextARM64) << std::endl; in Microdump()
276 MDRawContextARM64* arm = new MDRawContextARM64(); in Microdump()
Dstackwalker_arm64.h58 const MDRawContextARM64* context,
92 const MDRawContextARM64* context_;
Ddump_context.cc127 const MDRawContextARM64* DumpContext::GetContextARM64() const { in GetContextARM64()
216 void DumpContext::SetContextARM64(MDRawContextARM64* arm64) { in SetContextARM64()
537 const MDRawContextARM64* context_arm64 = GetContextARM64(); in Print()
Dstackwalker_arm64_unittest.cc125 void BrandContext(MDRawContextARM64 *raw_context) { in BrandContext()
132 MDRawContextARM64 raw_context;
691 MDRawContextARM64 expected;
Dstackwalker_arm64.cc51 const MDRawContextARM64* context, in StackwalkerARM64()
Dminidump.cc94 if (context_size == sizeof(MDRawContextARM64)) in IsContextSizeUnique()
436 if (!IsContextSizeUnique(sizeof(MDRawContextARM64))) { in Read()
643 } else if (expected_size == sizeof(MDRawContextARM64)) { in Read()
657 scoped_ptr<MDRawContextARM64> context_arm64(new MDRawContextARM64()); in Read()
685 sizeof(MDRawContextARM64) - flags_size)) { in Read()
/external/google-breakpad/src/client/linux/dump_writer_common/
Draw_context_cpu.h44 typedef MDRawContextARM64 RawContextCPU;
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_arm64.h112 } MDRawContextARM64; typedef
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm111 TypedMDRVA<MDRawContextARM64> context(&writer_);
115 MDRawContextARM64 *context_ptr = context.get();
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc528 TypedMDRVA<MDRawContextARM64> context(&writer_); in WriteContextARM64()
536 MDRawContextARM64 *context_ptr = context.get(); in WriteContextARM64()
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym31830 FUNC 699c4 28 0 google_breakpad::TypedMDRVA<MDRawContextARM64>::~TypedMDRVA