Home
last modified time | relevance | path

Searched refs:CacheDataType (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/
DMemoryCache.h55 using CacheDataType = std::unordered_map<uint64_t, uint8_t[kCacheSize]>; variable
59 size_t InternalCachedRead(uint64_t addr, void* dst, size_t size, CacheDataType* cache);
74 CacheDataType cache_;
DMemory.cpp478 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()