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()
210 if (last_frame->context_validity & StackFrameX86::CONTEXT_VALID_EBX) in GetCallerByWindowsFrameInfo()
211 dictionary["$ebx"] = last_frame->context.ebx; in GetCallerByWindowsFrameInfo()
221 uint32_t raSearchStart = last_frame->context.esp + in GetCallerByWindowsFrameInfo()
244 last_frame->trust == StackFrame::FRAME_TRUST_CONTEXT && in GetCallerByWindowsFrameInfo()
245 last_frame->windows_frame_info != NULL && in GetCallerByWindowsFrameInfo()
248 found == last_frame->context.eip) { in GetCallerByWindowsFrameInfo()
346 if (last_frame->context_validity & StackFrameX86::CONTEXT_VALID_EBX) in GetCallerByWindowsFrameInfo()
362 if ((StackFrameX86::CONTEXT_VALID_EBP & last_frame->context_validity) != 0 && in GetCallerByWindowsFrameInfo()
364 raSearchStart = last_frame->context.ebp + 4; in GetCallerByWindowsFrameInfo()
386 uint32_t location_start = last_frame->context.esp; in GetCallerByWindowsFrameInfo()
465 uint32_t location_end = last_frame->context.esp + in GetCallerByWindowsFrameInfo()
490 frame->context = last_frame->context; in GetCallerByWindowsFrameInfo()
519 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerByCFIFrameInfo() local
520 last_frame->cfi_frame_info = cfi_frame_info; in GetCallerByCFIFrameInfo()
525 last_frame->context, last_frame->context_validity, in GetCallerByCFIFrameInfo()
545 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerByEBPAtBase() local
546 uint32_t last_esp = last_frame->context.esp; in GetCallerByEBPAtBase()
547 uint32_t last_ebp = last_frame->context.ebp; in GetCallerByEBPAtBase()
617 frame->context = last_frame->context; in GetCallerByEBPAtBase()
636 StackFrameX86* last_frame = static_cast<StackFrameX86*>(frames.back()); in GetCallerFrame() local
641 = frame_symbolizer_->FindWindowsFrameInfo(last_frame); in GetCallerFrame()
649 frame_symbolizer_->FindCFIFrameInfo(last_frame); in GetCallerFrame()
665 last_frame->context.esp, in GetCallerFrame()