Searched refs:last_frame_info (Results 1 – 1 of 1) sorted by relevance
140 WindowsFrameInfo* last_frame_info, in GetCallerByWindowsFrameInfo() argument148 last_frame->windows_frame_info = last_frame_info; in GetCallerByWindowsFrameInfo()153 if (last_frame_info->valid != WindowsFrameInfo::VALID_ALL) in GetCallerByWindowsFrameInfo()216 dictionary[".cbSavedRegs"] = last_frame_info->saved_register_size; in GetCallerByWindowsFrameInfo()217 dictionary[".cbLocals"] = last_frame_info->local_size; in GetCallerByWindowsFrameInfo()221 last_frame_info->local_size + in GetCallerByWindowsFrameInfo()222 last_frame_info->saved_register_size; in GetCallerByWindowsFrameInfo()244 last_frame_info->type_ == WindowsFrameInfo::STACK_INFO_FPO && in GetCallerByWindowsFrameInfo()257 dictionary[".cbParams"] = last_frame_info->parameter_size; in GetCallerByWindowsFrameInfo()270 if (!last_frame_info->program_string.empty()) { in GetCallerByWindowsFrameInfo()[all …]