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.h85 void SetContextMIPS(MDRawContextMIPS* ctx_mips);
103 MDRawContextMIPS* ctx_mips; member
/external/google-breakpad/src/processor/
Ddump_context.cc142 return context_.ctx_mips; in GetContextMIPS()
220 void DumpContext::SetContextMIPS(MDRawContextMIPS* ctx_mips) { in SetContextMIPS() argument
221 context_.ctx_mips = ctx_mips; in SetContextMIPS()
255 delete context_.ctx_mips; in FreeContext()