Searched refs:next_window_cmd_list (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/drampower/src/
H A DCommandAnalysis.cc172 if (!next_window_cmd_list.empty()) {
173 list.insert(list.begin(), next_window_cmd_list.begin(), next_window_cmd_list.end());
174 next_window_cmd_list.clear();
195 next_window_cmd_list.push_back(nextWindowCmd);
H A DCommandAnalysis.h160 std::vector<MemCommand> next_window_cmd_list; member in class:Data::CommandAnalysis

Completed in 6 milliseconds