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

/gem5/src/base/
H A Dcp_annotate.hh287 IdCache qCache, smCache; member in class:CPA
365 qCache.push_back(IdHCache());
380 qi = qCache[sys-1][qid];
382 qi = qCache[sys-1][qid] = ++numQs;
H A Dcp_annotate.cc1105 // qCache (IdCache)
1107 for (x = 0; x < qCache.size(); x++) {
1108 idi = qCache[x].begin();
1110 while (idi != qCache[x].end()) {
1111 paramOut(os, csprintf("qCache%d_%d.str", x, y), idi->first.first);
1112 paramOut(os, csprintf("qCache%d_%d.id", x, y), idi->first.second);
1113 paramOut(os, csprintf("qCache%d_%d.int", x, y), idi->second);
1253 // qCache (IdCache)
1255 qCache.resize(numSys);
1258 paramIn(cp, csprintf("qCache
[all...]

Completed in 18 milliseconds