Home
last modified time | relevance | path

Searched refs:MDRawContextARM (Results 1 – 19 of 19) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Ddump_context.h58 const MDRawContextARM* GetContextARM() const;
87 void SetContextARM(MDRawContextARM* arm);
105 MDRawContextARM* arm;
Dmicrodump.h70 virtual void SetContextARM(MDRawContextARM* arm);
Dstack_frame_cpu.h261 MDRawContextARM context;
/external/google-breakpad/src/processor/
Dstackwalker_arm.h58 const MDRawContextARM* context,
91 const MDRawContextARM* context_;
Dmicrodump.cc124 void MicrodumpContext::SetContextARM(MDRawContextARM* arm) { in SetContextARM()
306 if (cpu_state_raw.size() != sizeof(MDRawContextARM)) { in Microdump()
308 << " bytes instead of " << sizeof(MDRawContextARM) in Microdump()
312 MDRawContextARM* arm = new MDRawContextARM(); in Microdump()
Dsynth_minidump_unittest_data.h246 static const MDRawContextARM arm_raw_context = {
Ddump_context.cc115 const MDRawContextARM* DumpContext::GetContextARM() const { in GetContextARM()
255 void DumpContext::SetContextARM(MDRawContextARM* arm) { in SetContextARM()
551 const MDRawContextARM* context_arm = GetContextARM(); in Print()
Dsynth_minidump.cc176 Context::Context(const Dump &dump, const MDRawContextARM &context) in Context()
192 assert(Size() == sizeof(MDRawContextARM)); in Context()
Dsynth_minidump.h230 Context(const Dump &dump, const MDRawContextARM &context);
Dstackwalker_arm_unittest.cc127 void BrandContext(MDRawContextARM *raw_context) { in BrandContext()
134 MDRawContextARM raw_context;
609 MDRawContextARM expected;
Dstackwalker_arm.cc52 const MDRawContextARM* context, in StackwalkerARM()
Dminidump_unittest.cc1351 MDRawContextARM raw_context; in TEST()
1407 const MDRawContextARM *md_raw_context = md_context->GetContextARM(); in TEST()
1434 MDRawContextARM raw_context; in TEST()
1491 const MDRawContextARM *md_raw_context = md_context->GetContextARM(); in TEST()
Dminidump.cc91 if (context_size == sizeof(MDRawContextARM)) in IsContextSizeUnique()
988 if (expected_size != sizeof(MDRawContextARM)) { in Read()
990 expected_size << " != " << sizeof(MDRawContextARM); in Read()
994 scoped_ptr<MDRawContextARM> context_arm(new MDRawContextARM()); in Read()
1005 sizeof(MDRawContextARM) - flags_size)) { in Read()
/external/google-breakpad/src/client/linux/dump_writer_common/
Draw_context_cpu.h42 typedef MDRawContextARM RawContextCPU;
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_arm.h117 } MDRawContextARM; typedef
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm93 TypedMDRVA<MDRawContextARM> context(&writer_);
97 MDRawContextARM *context_ptr = context.get();
98 memset(context_ptr, 0, sizeof(MDRawContextARM));
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc490 TypedMDRVA<MDRawContextARM> context(&writer_); in WriteContextARM()
498 MDRawContextARM *context_ptr = context.get(); in WriteContextARM()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc458 const MDRawContextARM* rawregs = range.GetData<MDRawContextARM>(0); in ParseThreadRegisters()
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym30376 FUNC 46c4e 1e 0 google_breakpad::TypedMDRVA<MDRawContextARM>::~TypedMDRVA