Searched defs:cache (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DLruCache.h55 Iterator(const LruCache<TKey, TValue>& cache): mCache(cache), mIndex(-1) { argument
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp50 // A dlmalloc mspace is used to manage the code cache over a mmaped region.
84 int fd = ashmem_create_region("CodeFlinger code cache",
87 "Creating code cache, ashmem_create_region "
93 "Creating code cache, mmap failed with error "
145 "Failed to resize Assembly to %zd in code cache "
178 int CodeCache::cache( const AssemblyKeyBase& keyBase, function in class:android::CodeCache

Completed in 58 milliseconds