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

  /system/core/libpixelflinger/codeflinger/
CodeCache.h 1 /* libs/pixelflinger/codeflinger/CodeCache.h
79 class CodeCache
83 CodeCache(size_t size);
84 ~CodeCache();
125 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs,
126 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs)
CodeCache.cpp 1 /* libs/pixelflinger/codeflinger/CodeCache.cpp
27 #define LOG_TAG "CodeCache"
31 #include "CodeCache.h"
153 CodeCache::CodeCache(size_t size)
159 CodeCache::~CodeCache()
164 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const
178 int CodeCache::cache( const AssemblyKeyBase& keyBase,
  /system/core/libpixelflinger/
Android.mk 13 codeflinger/CodeCache.cpp \
scanline.cpp 32 #include "codeflinger/CodeCache.h"
278 static CodeCache gCodeCache(32 * 1024);
280 static CodeCache gCodeCache(12 * 1024);
    [all...]
  /external/v8/src/
objects-debug.cc 317 void CodeCache::CodeCacheVerify() {
objects-printer.cc 546 void CodeCache::CodeCachePrint(FILE* out) {
547 HeapObject::PrintHeader(out, "CodeCache");
profile-generator.cc     [all...]
objects.h 123 // - CodeCache
445 V(CODE_CACHE, CodeCache, code_cache) \
    [all...]
objects.cc     [all...]
liveobjectlist.cc 58 v(CodeCache, "unexpected: CodeCache") \
    [all...]
objects-inl.h     [all...]
heap.cc     [all...]

Completed in 143 milliseconds