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;
88 void SetContextARM64(MDRawContextARM64* arm64);
106 MDRawContextARM64* arm64;
Dmicrodump.h71 virtual void SetContextARM64(MDRawContextARM64* arm64);
Dstack_frame_cpu.h330 MDRawContextARM64 context;
/external/google-breakpad/src/processor/
Dmicrodump.cc130 void MicrodumpContext::SetContextARM64(MDRawContextARM64* arm64) { in SetContextARM64()
316 if (cpu_state_raw.size() == sizeof(MDRawContextARM64)) { in Microdump()
317 MDRawContextARM64* arm = new MDRawContextARM64(); in Microdump()
323 MDRawContextARM64* new_arm = new MDRawContextARM64(); in Microdump()
328 << " bytes instead of " << sizeof(MDRawContextARM64) in Microdump()
Dstackwalker_arm64.h58 const MDRawContextARM64* context,
102 const MDRawContextARM64* context_;
Dconvert_old_arm64_context.h38 MDRawContextARM64* context);
Dconvert_old_arm64_context.cc37 MDRawContextARM64* context) { in ConvertOldARM64Context()
Ddump_context.cc124 const MDRawContextARM64* DumpContext::GetContextARM64() const { in GetContextARM64()
259 void DumpContext::SetContextARM64(MDRawContextARM64* arm64) { in SetContextARM64()
585 const MDRawContextARM64* context_arm64 = GetContextARM64(); in Print()
Dstackwalker_arm64_unittest.cc126 void BrandContext(MDRawContextARM64 *raw_context) { in BrandContext()
133 MDRawContextARM64 raw_context;
692 MDRawContextARM64 expected;
Dstackwalker_arm64.cc51 const MDRawContextARM64* context, in StackwalkerARM64()
Dminidump.cc93 if (context_size == sizeof(MDRawContextARM64)) in IsContextSizeUnique()
742 scoped_ptr<MDRawContextARM64> new_context(new MDRawContextARM64()); in Read()
1043 if (expected_size != sizeof(MDRawContextARM64)) { in Read()
1045 expected_size << " != " << sizeof(MDRawContextARM64); in Read()
1049 scoped_ptr<MDRawContextARM64> context_arm64(new MDRawContextARM64()); in Read()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_arm64.h123 } MDRawContextARM64; typedef
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc502 const MDRawContextARM64* rawregs = range.GetData<MDRawContextARM64>(0); in ParseThreadRegisters()
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym31830 FUNC 699c4 28 0 google_breakpad::TypedMDRVA<MDRawContextARM64>::~TypedMDRVA