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

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h1 /* libs/pixelflinger/codeflinger/CodeCache.h
77 class CodeCache class in namespace:android
81 CodeCache(size_t size);
82 ~CodeCache();
123 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs,
124 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs)
H A DCodeCache.cpp1 /* libs/pixelflinger/codeflinger/CodeCache.cpp
27 #define LOG_TAG "CodeCache"
31 #include "codeflinger/CodeCache.h"
153 CodeCache::CodeCache(size_t size)
159 CodeCache::~CodeCache()
164 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const
178 int CodeCache::cache( const AssemblyKeyBase& keyBase,
/system/core/libpixelflinger/
H A DAndroid.mk13 codeflinger/CodeCache.cpp \
H A Dscanline.cpp32 #include "codeflinger/CodeCache.h"
278 static CodeCache gCodeCache(32 * 1024);
280 static CodeCache gCodeCache(12 * 1024);

Completed in 1413 milliseconds