Searched refs:BlockCache (Results 1 – 2 of 2) sorted by relevance
10 u64 SerializeToRawProfile(MIBMapTy &BlockCache, MemoryMappingLayoutBase &Layout,
172 BlockCache; member in __anond0a273e30211::LazyValueInfoCache177 auto It = BlockCache.find_as(BB); in getBlockEntry()178 if (It == BlockCache.end()) in getBlockEntry()184 auto It = BlockCache.find_as(BB); in getOrCreateBlockEntry()185 if (It == BlockCache.end()) in getOrCreateBlockEntry()186 It = BlockCache.insert({ BB, std::make_unique<BlockCacheEntry>() }) in getOrCreateBlockEntry()244 BlockCache.clear(); in clear()263 for (auto &Pair : BlockCache) { in eraseValue()282 BlockCache.erase(BB); in eraseBlock()318 auto OI = BlockCache.find_as(ToUpdate); in threadEdgeImpl()[all …]