HomeSort by relevance Sort by last modified time
    Searched defs:CodeCache (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 1 /* libs/pixelflinger/codeflinger/CodeCache.cpp
26 #include "codeflinger/CodeCache.h"
85 CodeCache::CodeCache(size_t size)
91 CodeCache::~CodeCache()
96 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const
110 int CodeCache::cache( const AssemblyKeyBase& keyBase,
CodeCache.h 1 /* libs/pixelflinger/codeflinger/CodeCache.h
77 class CodeCache
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)

Completed in 18 milliseconds