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

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp1 /* libs/pixelflinger/codeflinger/CodeCache.cpp
28 #include "codeflinger/CodeCache.h"
107 CodeCache::CodeCache(size_t size) function in class:android::CodeCache
113 CodeCache::~CodeCache()
118 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const
132 int CodeCache::cache( const AssemblyKeyBase& keyBase,
H A DCodeCache.h1 /* libs/pixelflinger/codeflinger/CodeCache.h
81 class CodeCache class in namespace:android
85 CodeCache(size_t size);
86 ~CodeCache();
127 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs,
128 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs)

Completed in 53 milliseconds