Home | History | Annotate | Download | only in processor

Lines Matching refs:StackFrameSPARC

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)