Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.h100 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/
DMemoryDependenceAnalysis.cpp1041 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/
Doauth2_client.py310 cache_key = self.CacheKey()
323 def CacheKey(self): member in OAuth2Client
Dtest_oauth2_client.py302 cred_id = self.client.CacheKey()
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp803 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local
805 auto CacheIt = PenaltyCache.find(CacheKey); in format()
898 PenaltyCache[CacheKey] = Penalty; in format()