Searched refs:Id (Results 1 - 4 of 4) sorted by relevance

/gem5/src/base/
H A Dcp_annotate.hh128 * Provide a hash function for the CPI Id type
243 typedef std::pair<std::string, uint64_t> Id; typedef in class:CPA
244 typedef std::unordered_map<Id, int> IdHCache;
248 typedef std::vector<std::pair<int, Id> > IdMap;
269 typedef std::unordered_map<Id, AnnDataPtr> ScHCache;
318 Id smid = Id(si, id);
378 Id qid = Id(q, id);
H A Dcp_annotate.cc224 Id id = Id(sm, frame);
797 Id id = Id(lsm, getFrame(tc));
1261 qCache[x][Id(str,id)] = smi;
1274 smCache[x][Id(str,id)] = smi;
/gem5/util/minorview/
H A Dmodel.py71 """Get an instruction Id (if any) from this data"""
75 """Get a line Id (if any) from this data"""
85 class Id(BlobVisualData): class in inherits:BlobVisualData
114 print 'Invalid Id string', string
185 self.id = Id()
197 self.id = special_view_decoder(Id)(id)
233 self.id = Id()
398 'insts': Id,
399 'lines': Id,
423 """An object identified by an Id carryin
[all...]
H A Dview.py49 from model import Id, BlobModel, BlobDataSelect, special_state_chars

Completed in 15 milliseconds