Lines Matching refs:frames
139 const vector<StackFrame*> &frames, in GetCallerByWindowsFrameInfo() argument
144 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerByWindowsFrameInfo()
189 int frames_already_walked = frames.size(); in GetCallerByWindowsFrameInfo()
192 = static_cast<StackFrameX86*>(frames[frames_already_walked - 2]); in GetCallerByWindowsFrameInfo()
380 frames.size() == 1 /* is_context_frame */)) { in GetCallerByWindowsFrameInfo()
424 frames.size() == 1 /* is_context_frame */)) { in GetCallerByWindowsFrameInfo()
507 const vector<StackFrame*> &frames, in GetCallerByCFIFrameInfo() argument
509 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerByCFIFrameInfo()
532 const vector<StackFrame*> &frames, in GetCallerByEBPAtBase() argument
535 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerByEBPAtBase()
576 frames.size() == 1 /* is_context_frame */)) { in GetCallerByEBPAtBase()
625 const vector<StackFrame*> &frames = *stack->frames(); in GetCallerFrame() local
626 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerFrame()
633 new_frame.reset(GetCallerByWindowsFrameInfo(frames, windows_frame_info, in GetCallerFrame()
641 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info)); in GetCallerFrame()
646 new_frame.reset(GetCallerByEBPAtBase(frames, stack_scan_allowed)); in GetCallerFrame()