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

/gem5/src/base/
H A Dcp_annotate.hh284 StCache stCache; member in class:CPA
340 while (stCache.size() < smi) {
341 //stCache.resize(sm);
342 stCache.push_back(SCache());
345 //assert(stCache.size() == sm);
347 sti = stCache[smi-1][s];
349 stCache[smi-1][s] = sti = ++numSt[smi-1];
H A Dcp_annotate.cc243 DPRINTF(Annotate, "st: %s smi: %d stCache.size %d\n", st,
244 smi, stCache.size());
872 assert(x-1 < stCache.size());
873 SCache::iterator i = stCache[x-1].begin();
874 while (i != stCache[x-1].end()) {
1094 // stCache (StCache)
1095 for (x = 0; x < stCache.size(); x++) {
1096 i = stCache[x].begin();
1098 while (i != stCache[x].end()) {
1099 paramOut(os, csprintf("stCache
[all...]

Completed in 11 milliseconds