Searched refs:CacheDataType (Results 1 – 2 of 2) sorted by relevance
56 using CacheDataType = std::unordered_map<uint64_t, uint8_t[kCacheSize]>; variable60 size_t InternalCachedRead(uint64_t addr, void* dst, size_t size, CacheDataType* cache);75 CacheDataType cache_;
474 CacheDataType* cache) { in InternalCachedRead()531 CacheDataType* cache = reinterpret_cast<CacheDataType*>(memory); in MemoryThreadCache()541 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in ~MemoryThreadCache()552 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in CachedRead()554 cache = new CacheDataType; in CachedRead()562 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in Clear()