Searched refs:CacheKey (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/
H A Dicon_manager.h95 struct CacheKey { struct in class:IconManager
96 CacheKey(const IconGroupID& group, IconLoader::IconSize size);
99 bool operator<(const CacheKey &other) const;
105 typedef std::map<CacheKey, gfx::Image*> IconMap;
H A Dicon_manager.cc29 IconMap::iterator it = icon_cache_.find(CacheKey(group, size));
74 CacheKey key(client_request.group, client_request.size);
93 IconManager::CacheKey::CacheKey(const IconGroupID& group, function in class:IconManager::CacheKey
99 bool IconManager::CacheKey::operator<(const CacheKey &other) const {
/external/chromium_org/chrome/browser/
H A Dicon_manager.h93 struct CacheKey { struct in class:IconManager
94 CacheKey(const IconGroupID& group, IconLoader::IconSize size);
97 bool operator<(const CacheKey &other) const;
106 typedef std::map<CacheKey, gfx::Image*> IconMap;
H A Dicon_manager.cc51 IconMap::iterator it = icon_cache_.find(CacheKey(group, size));
112 CacheKey key(group, client_request.size);
133 IconManager::CacheKey::CacheKey(const IconGroupID& group, function in class:IconManager::CacheKey
139 bool IconManager::CacheKey::operator<(const CacheKey &other) const {
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp828 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
829 RemoveFromReverseMap(ReverseNonLocalPtrDeps, ScanPos, CacheKey);
854 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
855 ReverseNonLocalPtrDeps[Inst].insert(CacheKey);
915 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad);
918 // CacheKey, this value will be inserted as the associated value. Otherwise,
925 // Get the NLPI for CacheKey, inserting one into the map if it doesn't
928 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI));
931 // If we already have a cache entry for this CacheKey, we may need to do some
942 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey);
[all...]

Completed in 116 milliseconds