HomeSort by relevance Sort by last modified time
    Searched refs:CodeCache (Results 1 - 15 of 15) 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 12 codeflinger/CodeCache.cpp \
scanline.cpp 36 #include "codeflinger/CodeCache.h"
290 static CodeCache gCodeCache(32 * 1024);
292 static CodeCache gCodeCache(48 * 1024);
294 static CodeCache gCodeCache(12 * 1024);
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 378 void ExtractCodeCacheReferences(int entry, CodeCache* code_cache);
objects.h 142 // - CodeCache
533 V(CODE_CACHE, CodeCache, code_cache) \
    [all...]
factory.cc 790 Handle<CodeCache> Factory::NewCodeCache() {
791 Handle<CodeCache> code_cache =
792 Handle<CodeCache>::cast(NewStruct(CODE_CACHE_TYPE));
    [all...]
objects.cc     [all...]
factory.h 258 Handle<CodeCache> NewCodeCache();
heap-snapshot-generator.cc     [all...]
objects-debug.cc 334 void CodeCache::CodeCacheVerify() {
    [all...]
objects-printer.cc 467 void CodeCache::CodeCachePrint(OStream& os) { // NOLINT
468 HeapObject::PrintHeader(os, "CodeCache");
    [all...]
objects-inl.h     [all...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]
  /external/chromium_org/v8/src/heap/
mark-compact.cc     [all...]

Completed in 314 milliseconds