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

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h91 struct cache_entry_t { struct in class:android::CodeCache
92 inline cache_entry_t() { } function in struct:android::CodeCache::cache_entry_t
93 inline cache_entry_t(const sp<Assembly>& a, int64_t w) function in struct:android::CodeCache::cache_entry_t
101 const key_value_pair_t<key_t, cache_entry_t>&,
102 const key_value_pair_t<key_t, cache_entry_t>&);
113 KeyedVector<key_t, cache_entry_t> mCacheData;
116 const key_value_pair_t<key_t, cache_entry_t>&,
117 const key_value_pair_t<key_t, cache_entry_t>&);
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>
[all...]

Completed in 185 milliseconds