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

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h95 struct cache_entry_t { struct in class:android::CodeCache
96 inline cache_entry_t() { } function in struct:android::CodeCache::cache_entry_t
97 inline cache_entry_t(const sp<Assembly>& a, int64_t w) function in struct:android::CodeCache::cache_entry_t
105 const key_value_pair_t<key_t, cache_entry_t>&,
106 const key_value_pair_t<key_t, cache_entry_t>&);
117 KeyedVector<key_t, cache_entry_t> mCacheData;
120 const key_value_pair_t<key_t, cache_entry_t>&,
121 const key_value_pair_t<key_t, cache_entry_t>&);
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>
[all...]

Completed in 21 milliseconds