Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Ddump_context.h89 void SetContextMIPS(MDRawContextMIPS* ctx_mips);
107 MDRawContextMIPS* ctx_mips; member
/external/google-breakpad/src/processor/
Ddump_context.cc140 return context_.ctx_mips; in GetContextMIPS()
263 void DumpContext::SetContextMIPS(MDRawContextMIPS* ctx_mips) { in SetContextMIPS() argument
264 context_.ctx_mips = ctx_mips; in SetContextMIPS()
299 delete context_.ctx_mips; in FreeContext()