Searched refs:MDRawContextMIPS (Results 1 – 13 of 13) sorted by relevance
60 const MDRawContextMIPS* GetContextMIPS() const;85 void SetContextMIPS(MDRawContextMIPS* ctx_mips);103 MDRawContextMIPS* ctx_mips;
391 MDRawContextMIPS context;
57 const MDRawContextMIPS* context,80 const MDRawContextMIPS* context_;
136 const MDRawContextMIPS* DumpContext::GetContextMIPS() const { in GetContextMIPS()220 void DumpContext::SetContextMIPS(MDRawContextMIPS* ctx_mips) { in SetContextMIPS()562 const MDRawContextMIPS* context_mips = GetContextMIPS(); in Print()
126 void BrandContext(MDRawContextMIPS* raw_context) { in BrandContext()133 MDRawContextMIPS raw_context;635 MDRawContextMIPS expected;
198 Context::Context(const Dump &dump, const MDRawContextMIPS &context) in Context()231 assert(Size() == sizeof(MDRawContextMIPS)); in Context()
231 Context(const Dump &dump, const MDRawContextMIPS &context);
52 const MDRawContextMIPS* context, in StackwalkerMIPS()
96 if (context_size == sizeof(MDRawContextMIPS)) in IsContextSizeUnique()1025 if (expected_size != sizeof(MDRawContextMIPS)) { in Read()1029 << sizeof(MDRawContextMIPS); in Read()1033 scoped_ptr<MDRawContextMIPS> context_mips(new MDRawContextMIPS()); in Read()1044 sizeof(MDRawContextMIPS) - flags_size)) { in Read()
1156 MDRawContextMIPS raw_context; in TEST()1228 const MDRawContextMIPS* md_raw_context = md_context->GetContextMIPS(); in TEST()
46 typedef MDRawContextMIPS RawContextCPU;
137 } MDRawContextMIPS; typedef
371 const MDRawContextMIPS* rawregs = range.GetData<MDRawContextMIPS>(0); in ParseThreadRegisters()