Lines Matching defs:frames
95 const vector<StackFrame*>& frames,
97 StackFrameMIPS* last_frame = static_cast<StackFrameMIPS*>(frames.back());
175 const vector<StackFrame*>& frames = *stack->frames();
176 StackFrameMIPS* last_frame = static_cast<StackFrameMIPS*>(frames.back());
183 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get()));
187 new_frame.reset(GetCallerByStackScan(frames));
212 const vector<StackFrame*>& frames) {
216 StackFrameMIPS* last_frame = static_cast<StackFrameMIPS*>(frames.back());
230 if (frames.size() > 1) {
233 // Move stack pointer for 4 words to avoid reporting non-existing frames
234 // for all frames except the topmost one.