Searched defs:CacheInfo (Results 1 – 11 of 11) sorted by relevance
21 struct CacheInfo { struct22 CacheInfo(uint32_t t, CPDF_Stream* stream) : time(t), pStream(stream) {} in CacheInfo() function24 uint32_t time;25 CPDF_Stream* pStream;27 bool operator<(const CacheInfo& other) const { return time < other.time; } in operator <()
109 struct CacheInfo { struct121 std::vector<CacheInfo> Caches; argument
50 } CacheInfo; typedef
1237 struct CacheInfo { struct1238 std::string type;1239 int level;1240 int size;1241 int num_sharing;
1276 struct CacheInfo { struct1277 std::string type;1278 int level;1279 int size;1280 int num_sharing;
1299 struct CacheInfo { struct1300 std::string type;1301 int level;1302 int size;1303 int num_sharing;
236 } CacheInfo; typedef
1113 NonLocalPointerInfo *CacheInfo = &Pair.first->second; in getNonLocalPointerDepFromBB() local
1068 NonLocalPointerInfo *CacheInfo = &Pair.first->second; in getNonLocalPointerDepFromBB() local
1065 NonLocalPointerInfo *CacheInfo = &Pair.first->second; in getNonLocalPointerDepFromBB() local