Home
last modified time | relevance | path

Searched refs:CodeCache (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DCodeCache.h80 class CodeCache
84 explicit CodeCache(size_t size);
85 ~CodeCache();
126 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs, in compare_type()
127 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs) in compare_type()
DCodeCache.cpp155 CodeCache::CodeCache(size_t size) in CodeCache() function in android::CodeCache
161 CodeCache::~CodeCache() in ~CodeCache()
166 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const in lookup()
180 int CodeCache::cache( const AssemblyKeyBase& keyBase, in cache()
/system/core/libpixelflinger/
DAndroid.bp63 "codeflinger/CodeCache.cpp",
Dscanline.cpp290 static CodeCache gCodeCache(32 * 1024);
292 static CodeCache gCodeCache(48 * 1024);
294 static CodeCache gCodeCache(12 * 1024);