Searched refs:CacheKey (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | unifiedcache.h | 100 class CacheKey : public CacheKeyBase { 102 virtual ~CacheKey() { } in ~CacheKey() 134 class LocaleCacheKey : public CacheKey<T> { 140 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey() 143 return 37 *CacheKey<T>::hashCode() + fLoc.hashCode(); in hashCode() 150 if (!CacheKey<T>::operator == (other)) { 201 const CacheKey<T>& key, in get() 223 const CacheKey<T>& key, in get()
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 1041 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local 1042 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey); in GetNonLocalInfoForBlock() 1068 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local 1069 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in GetNonLocalInfoForBlock() 1127 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local 1140 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB() 1154 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB() 1175 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB() 1429 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB() 1436 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
D | oauth2_client.py | 310 cache_key = self.CacheKey() 323 def CacheKey(self): member in OAuth2Client
|
D | test_oauth2_client.py | 302 cred_id = self.client.CacheKey()
|
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 803 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local 805 auto CacheIt = PenaltyCache.find(CacheKey); in format() 898 PenaltyCache[CacheKey] = Penalty; in format()
|