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

  /system/core/libpixelflinger/codeflinger/
CodeCache.h 1 /* libs/pixelflinger/codeflinger/CodeCache.h
81 class CodeCache
85 CodeCache(size_t size);
86 ~CodeCache();
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>& rhs)
CodeCache.cpp 1 /* libs/pixelflinger/codeflinger/CodeCache.cpp
28 #include "codeflinger/CodeCache.h"
107 CodeCache::CodeCache(size_t size)
113 CodeCache::~CodeCache()
118 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const
132 int CodeCache::cache( const AssemblyKeyBase& keyBase,
  /system/core/libpixelflinger/
Android.mk 13 codeflinger/CodeCache.cpp \
scanline.cpp 32 #include "codeflinger/CodeCache.h"
265 static CodeCache gCodeCache(12 * 1024);
    [all...]
  /external/v8/src/
objects-debug.cc 272 void CodeCache::CodeCacheVerify() {
objects.cc     [all...]
objects-printer.cc 447 void CodeCache::CodeCachePrint(FILE* out) {
448 HeapObject::PrintHeader(out, "CodeCache");
objects.h 107 // - CodeCache
423 V(CODE_CACHE, CodeCache, code_cache)
    [all...]
objects-inl.h     [all...]
liveobjectlist.cc 57 v(CodeCache, "unexpected: CodeCache") \
    [all...]
heap.cc     [all...]

Completed in 58 milliseconds