Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DCodeCache.h79 class CodeCache
83 CodeCache(size_t size);
84 ~CodeCache();
125 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs, in compare_type()
126 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs) in compare_type()
DCodeCache.cpp153 CodeCache::CodeCache(size_t size) in CodeCache() function in android::CodeCache
159 CodeCache::~CodeCache() in ~CodeCache()
164 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const in lookup()
178 int CodeCache::cache( const AssemblyKeyBase& keyBase, in cache()
/system/core/libpixelflinger/
DAndroid.mk13 codeflinger/CodeCache.cpp \
Dscanline.cpp278 static CodeCache gCodeCache(32 * 1024);
280 static CodeCache gCodeCache(12 * 1024);