Searched refs:CacheMap (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | CacheMap.h | 42 class CacheMap : public Map<Key_t, Value_t> 46 CacheMap (); 47 ~CacheMap (); 80 const int CacheMap<Key_t, Value_t>::INIT_SIZE = 1 << 14; 82 const int CacheMap<Key_t, Value_t>::MAX_SIZE = 1 << 20; 84 template <typename Key_t, typename Value_t>CacheMap<Key_t, Value_t> 85 ::CacheMap () in CacheMap() function 95 CacheMap<Key_t, Value_t>::~CacheMap () in ~CacheMap() 104 CacheMap<Key_t, Value_t>::hash (Key_t key) in hash() 113 CacheMap<Key_t, Value_t>::put (Key_t key, Value_t val) in put() [all …]
|
H A D | CallStack.cc | 165 cstackMap = new CacheMap<uint64_t, CallStackNode *>; in CallStackP()
|
H A D | PathTree.cc | 109 pathMap = new CacheMap<uint64_t, NodeIdx>; in init()
|
H A D | Experiment.cc | 5284 frameInfoCache = new CacheMap<uint64_t, uint64_t>; in resolve_frame_info() 5285 nodeCache = new CacheMap<uint64_t, uint64_t>; in resolve_frame_info()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | CacheMap.h | 42 class CacheMap : public Map<Key_t, Value_t> 46 CacheMap (); 47 ~CacheMap (); 80 const int CacheMap<Key_t, Value_t>::INIT_SIZE = 1 << 14; 82 const int CacheMap<Key_t, Value_t>::MAX_SIZE = 1 << 20; 84 template <typename Key_t, typename Value_t>CacheMap<Key_t, Value_t> 85 ::CacheMap () in CacheMap() function 95 CacheMap<Key_t, Value_t>::~CacheMap () in ~CacheMap() 104 CacheMap<Key_t, Value_t>::hash (Key_t key) in hash() 113 CacheMap<Key_t, Value_t>::put (Key_t key, Value_t val) in put() [all …]
|
H A D | CallStack.cc | 165 cstackMap = new CacheMap<uint64_t, CallStackNode *>; in CallStackP()
|
H A D | PathTree.cc | 109 pathMap = new CacheMap<uint64_t, NodeIdx>; in init()
|
H A D | Experiment.cc | 5282 frameInfoCache = new CacheMap<uint64_t, uint64_t>; in resolve_frame_info() 5283 nodeCache = new CacheMap<uint64_t, uint64_t>; in resolve_frame_info()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 97 auto CacheIter = CacheMap.find(Offset); in readBytes() 98 if (CacheIter != CacheMap.end()) { in readBytes() 111 for (auto &CacheItem : CacheMap) { in readBytes() 155 if (CacheIter != CacheMap.end()) { in readBytes() 160 CacheMap.insert(std::make_pair(Offset, List)); in readBytes() 272 void MappedBlockStream::invalidateCache() { CacheMap.shrink_and_clear(); } in invalidateCache() 280 for (const auto &MapEntry : CacheMap) { in fixCacheAfterWrite()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 884 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute() 886 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute() 887 CacheMap.erase(CacheIt); in compute() 912 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_() 913 if (CacheIt != CacheMap.end()) in compute_() 949 CacheMap[V] = Result; in compute_() 1039 CacheMap[&PHI] = std::make_pair(SizePHI, OffsetPHI); in visitPHINode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MappedBlockStream.h | 102 DenseMap<uint32_t, std::vector<CacheEntry>> CacheMap; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 307 CacheMapTy CacheMap; variable
|
/netbsd-src/external/gpl3/binutils.old/dist/ |
H A D | sha256.sum | 15137 498e4eb04b3e973fe50b219552ca91b0d577a02393f7c03d403d0bfa28027a92 gprofng/src/CacheMap.h
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | sha256.sum | 16494 cba33a6da2cd164f581d4c3678997485dbf2015b0f16bb35b7612883e39f3a2b gprofng/src/CacheMap.h
|