Lines Matching refs:last_frame
144 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerByWindowsFrameInfo() local
148 last_frame->windows_frame_info = last_frame_info; in GetCallerByWindowsFrameInfo()
208 dictionary["$ebp"] = last_frame->context.ebp; in GetCallerByWindowsFrameInfo()
209 dictionary["$esp"] = last_frame->context.esp; in GetCallerByWindowsFrameInfo()
219 uint32_t raSearchStart = last_frame->context.esp + in GetCallerByWindowsFrameInfo()
242 last_frame->trust == StackFrame::FRAME_TRUST_CONTEXT && in GetCallerByWindowsFrameInfo()
243 last_frame->windows_frame_info != NULL && in GetCallerByWindowsFrameInfo()
246 found == last_frame->context.eip) { in GetCallerByWindowsFrameInfo()
352 if ((StackFrameX86::CONTEXT_VALID_EBP & last_frame->context_validity) != 0 && in GetCallerByWindowsFrameInfo()
354 raSearchStart = last_frame->context.ebp + 4; in GetCallerByWindowsFrameInfo()
376 uint32_t location_start = last_frame->context.esp; in GetCallerByWindowsFrameInfo()
455 uint32_t location_end = last_frame->context.esp + in GetCallerByWindowsFrameInfo()
480 frame->context = last_frame->context; in GetCallerByWindowsFrameInfo()
509 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerByCFIFrameInfo() local
510 last_frame->cfi_frame_info = cfi_frame_info; in GetCallerByCFIFrameInfo()
515 last_frame->context, last_frame->context_validity, in GetCallerByCFIFrameInfo()
535 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerByEBPAtBase() local
536 uint32_t last_esp = last_frame->context.esp; in GetCallerByEBPAtBase()
537 uint32_t last_ebp = last_frame->context.ebp; in GetCallerByEBPAtBase()
607 frame->context = last_frame->context; in GetCallerByEBPAtBase()
626 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerFrame() local
631 = frame_symbolizer_->FindWindowsFrameInfo(last_frame); in GetCallerFrame()
639 frame_symbolizer_->FindCFIFrameInfo(last_frame); in GetCallerFrame()
659 if (new_frame->context.esp <= last_frame->context.esp) in GetCallerFrame()