Searched refs:MDRawContextARM64_Old (Results 1 – 9 of 9) sorted by relevance
37 void ConvertOldARM64Context(const MDRawContextARM64_Old& old,
36 void ConvertOldARM64Context(const MDRawContextARM64_Old& old, in ConvertOldARM64Context()
320 } else if (cpu_state_raw.size() == sizeof(MDRawContextARM64_Old)) { in Microdump()321 MDRawContextARM64_Old old_arm; in Microdump()
95 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()
44 typedef MDRawContextARM64_Old RawContextCPU;
164 } MDRawContextARM64_Old; typedef
111 TypedMDRVA<MDRawContextARM64_Old> context(&writer_);115 MDRawContextARM64_Old *context_ptr = context.get();
497 if (range.length() == sizeof(MDRawContextARM64_Old)) { in ParseThreadRegisters()498 const MDRawContextARM64_Old* rawregs = in ParseThreadRegisters()499 range.GetData<MDRawContextARM64_Old>(0); in ParseThreadRegisters()
548 TypedMDRVA<MDRawContextARM64_Old> context(&writer_); in WriteContextARM64()556 MDRawContextARM64_Old *context_ptr = context.get(); in WriteContextARM64()