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()218 dictionary[".cbSavedRegs"] = last_frame_info->saved_register_size; in GetCallerByWindowsFrameInfo()219 dictionary[".cbLocals"] = last_frame_info->local_size; in GetCallerByWindowsFrameInfo()223 last_frame_info->local_size + in GetCallerByWindowsFrameInfo()224 last_frame_info->saved_register_size; in GetCallerByWindowsFrameInfo()246 last_frame_info->type_ == WindowsFrameInfo::STACK_INFO_FPO && in GetCallerByWindowsFrameInfo()259 dictionary[".cbParams"] = last_frame_info->parameter_size; in GetCallerByWindowsFrameInfo()272 if (!last_frame_info->program_string.empty()) { in GetCallerByWindowsFrameInfo()[all …]