Searched refs:CodeCache (Results 1 – 4 of 4) sorted by relevance
79 class CodeCache83 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()
153 CodeCache::CodeCache(size_t size) in CodeCache() function in android::CodeCache159 CodeCache::~CodeCache() in ~CodeCache()164 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const in lookup()178 int CodeCache::cache( const AssemblyKeyBase& keyBase, in cache()
13 codeflinger/CodeCache.cpp \
278 static CodeCache gCodeCache(32 * 1024);280 static CodeCache gCodeCache(12 * 1024);