HomeSort by relevance Sort by last modified time
    Searched refs:StackFrameSPARC (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/processor/
stackwalker_sparc.cc 62 StackFrameSPARC* frame = new StackFrameSPARC();
67 frame->context_validity = StackFrameSPARC::CONTEXT_VALID_ALL;
82 StackFrameSPARC* last_frame = static_cast<StackFrameSPARC*>(
114 StackFrameSPARC* frame = new StackFrameSPARC();
127 // return address value may access the %i7/g_r[31] field of StackFrameSPARC.
130 frame->context_validity = StackFrameSPARC::CONTEXT_VALID_PC |
131 StackFrameSPARC::CONTEXT_VALID_SP
    [all...]
stackwalker_selftest.cc 87 using google_breakpad::StackFrameSPARC;
366 StackFrameSPARC *frame_sparc = reinterpret_cast<StackFrameSPARC*>(frame);
stackwalk_common.cc 360 const StackFrameSPARC *frame_sparc =
361 reinterpret_cast<const StackFrameSPARC*>(frame);
363 if (frame_sparc->context_validity & StackFrameSPARC::CONTEXT_VALID_SP)
365 if (frame_sparc->context_validity & StackFrameSPARC::CONTEXT_VALID_FP)
367 if (frame_sparc->context_validity & StackFrameSPARC::CONTEXT_VALID_PC)
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_cpu.h 197 struct StackFrameSPARC : public StackFrame {
207 StackFrameSPARC() : context(), context_validity(CONTEXT_VALID_NONE) {}

Completed in 59 milliseconds