Searched refs:ctx_mips (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
H A Ddump_context.h85 void SetContextMIPS(MDRawContextMIPS* ctx_mips);
103 MDRawContextMIPS* ctx_mips; member in union:google_breakpad::DumpContext::__anon5219
/external/google-breakpad/src/processor/
H A Ddump_context.cc142 return context_.ctx_mips;
220 void DumpContext::SetContextMIPS(MDRawContextMIPS* ctx_mips) { argument
221 context_.ctx_mips = ctx_mips;
255 delete context_.ctx_mips;

Completed in 1376 milliseconds