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

/gem5/src/mem/cache/prefetch/
H A Dbop.hh73 typedef std::pair<int16_t, uint8_t> OffsetListEntry; typedef in class:BOPPrefetcher
74 std::vector<OffsetListEntry> offsetsList;
104 std::vector<OffsetListEntry>::iterator offsetsListIterator;
H A Dbop.cc79 offsetsList.push_back(OffsetListEntry(offset_i, 0));
84 offsetsList.push_back(OffsetListEntry(-offset_i, 0));

Completed in 4 milliseconds