Searched refs:CacheDataType (Results 1 – 2 of 2) sorted by relevance
55 using CacheDataType = std::unordered_map<uint64_t, uint8_t[kCacheSize]>; variable59 size_t InternalCachedRead(uint64_t addr, void* dst, size_t size, CacheDataType* cache);74 CacheDataType cache_;
478 CacheDataType* cache) { in InternalCachedRead()535 CacheDataType* cache = reinterpret_cast<CacheDataType*>(memory); in MemoryThreadCache()545 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in ~MemoryThreadCache()556 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in CachedRead()558 cache = new CacheDataType; in CachedRead()570 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in Clear()