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

  /system/core/libpixelflinger/codeflinger/
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)
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,
  /system/core/libpixelflinger/
Android.mk 24 codeflinger/CodeCache.cpp \
scanline.cpp 32 #include "codeflinger/CodeCache.h"
152 static CodeCache gCodeCache(12 * 1024);
    [all...]

Completed in 352 milliseconds