Searched refs:MDRawContextMIPS (Results 1 – 16 of 16) sorted by relevance
142 void MicrodumpContext::SetContextMIPS(MDRawContextMIPS* mips32) { in SetContextMIPS()148 void MicrodumpContext::SetContextMIPS64(MDRawContextMIPS* mips64) { in SetContextMIPS64()343 if (cpu_state_raw.size() != sizeof(MDRawContextMIPS)) { in Microdump()345 << " bytes instead of " << sizeof(MDRawContextMIPS) in Microdump()349 MDRawContextMIPS* mips32 = new MDRawContextMIPS(); in Microdump()353 if (cpu_state_raw.size() != sizeof(MDRawContextMIPS)) { in Microdump()355 << " bytes instead of " << sizeof(MDRawContextMIPS) in Microdump()359 MDRawContextMIPS* mips64 = new MDRawContextMIPS(); in Microdump()
57 const MDRawContextMIPS* context,80 const MDRawContextMIPS* context_;
133 const MDRawContextMIPS* DumpContext::GetContextMIPS() const { in GetContextMIPS()263 void DumpContext::SetContextMIPS(MDRawContextMIPS* ctx_mips) { in SetContextMIPS()612 const MDRawContextMIPS* context_mips = GetContextMIPS(); in Print()
195 Context::Context(const Dump &dump, const MDRawContextMIPS &context) in Context()228 assert(Size() == sizeof(MDRawContextMIPS)); in Context()
126 void BrandContext(MDRawContextMIPS* raw_context) { in BrandContext()133 MDRawContextMIPS raw_context;639 MDRawContextMIPS expected;
127 void BrandContext(MDRawContextMIPS* raw_context) { in BrandContext()134 MDRawContextMIPS raw_context;648 MDRawContextMIPS expected;
231 Context(const Dump &dump, const MDRawContextMIPS &context);
52 const MDRawContextMIPS* context, in StackwalkerMIPS()
97 if (context_size == sizeof(MDRawContextMIPS)) in IsContextSizeUnique()1096 if (expected_size != sizeof(MDRawContextMIPS)) { in Read()1100 << sizeof(MDRawContextMIPS); in Read()1104 scoped_ptr<MDRawContextMIPS> context_mips(new MDRawContextMIPS()); in Read()1115 sizeof(MDRawContextMIPS) - flags_size)) { in Read()
1518 MDRawContextMIPS raw_context; in TEST()1590 const MDRawContextMIPS* md_raw_context = md_context->GetContextMIPS(); in TEST()
60 const MDRawContextMIPS* GetContextMIPS() const;89 void SetContextMIPS(MDRawContextMIPS* ctx_mips);107 MDRawContextMIPS* ctx_mips;
73 virtual void SetContextMIPS(MDRawContextMIPS* mips32);74 virtual void SetContextMIPS64(MDRawContextMIPS* mips64);
391 MDRawContextMIPS context;
46 typedef MDRawContextMIPS RawContextCPU;
119 } MDRawContextMIPS; typedef
511 const MDRawContextMIPS* rawregs = range.GetData<MDRawContextMIPS>(0); in ParseThreadRegisters()