Searched refs:MDRawContextPPC (Results 1 – 9 of 9) sorted by relevance
61 const MDRawContextPPC* GetContextPPC() const;83 void SetContextPPC(MDRawContextPPC* ppc);99 MDRawContextPPC* ppc;
118 MDRawContextPPC context;
57 const MDRawContextPPC* context,72 const MDRawContextPPC* context_;
330 MDRawContextPPC context = MDRawContextPPC(); in CountCallerFrames()
48 const MDRawContextPPC* context, in StackwalkerPPC()
79 const MDRawContextPPC* DumpContext::GetContextPPC() const { in GetContextPPC()239 void DumpContext::SetContextPPC(MDRawContextPPC* ppc) { in SetContextPPC()384 const MDRawContextPPC* context_ppc = GetContextPPC(); in Print()
83 if (context_size == sizeof(MDRawContextPPC)) in IsContextSizeUnique()856 if (expected_size != sizeof(MDRawContextPPC)) { in Read()858 expected_size << " != " << sizeof(MDRawContextPPC); in Read()862 scoped_ptr<MDRawContextPPC> context_ppc(new MDRawContextPPC()); in Read()873 sizeof(MDRawContextPPC) - flags_size)) { in Read()
141 } MDRawContextPPC; /* Based on ppc_thread_state */ typedef
639 TypedMDRVA<MDRawContextPPC> context(&writer_); in WriteContextPPC()647 MDRawContextPPC *context_ptr = context.get(); in WriteContextPPC()