Searched refs:StackFramePPC64 (Results 1 – 2 of 2) sorted by relevance
66 StackFramePPC64* frame = new StackFramePPC64(); in GetContextFrame()71 frame->context_validity = StackFramePPC64::CONTEXT_VALID_ALL; in GetContextFrame()95 StackFramePPC64* last_frame = static_cast<StackFramePPC64*>( in GetCallerFrame()119 scoped_ptr<StackFramePPC64> frame(new StackFramePPC64()); in GetCallerFrame()124 frame->context_validity = StackFramePPC64::CONTEXT_VALID_SRR0 | in GetCallerFrame()125 StackFramePPC64::CONTEXT_VALID_GPR1; in GetCallerFrame()
125 struct StackFramePPC64 : public StackFrame { struct137 StackFramePPC64() : context(), context_validity(CONTEXT_VALID_NONE) {} in StackFramePPC64() function