HomeSort by relevance Sort by last modified time
    Searched refs:CodeCache (Results 1 - 22 of 22) 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/chromium_org/v8/src/
heap-snapshot-generator.h 449 void ExtractCodeCacheReferences(int entry, CodeCache* code_cache);
heap-snapshot-generator.cc 965 ExtractCodeCacheReferences(entry, CodeCache::cast(obj));
    [all...]
objects-debug.cc 381 void CodeCache::CodeCacheVerify() {
    [all...]
objects.h 152 // - CodeCache
562 V(CODE_CACHE, CodeCache, code_cache) \
    [all...]
objects-printer.cc 577 void CodeCache::CodeCachePrint(FILE* out) {
578 HeapObject::PrintHeader(out, "CodeCache");
    [all...]
objects.cc     [all...]
mark-compact.cc     [all...]
objects-inl.h     [all...]
heap.cc     [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...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]

Completed in 2305 milliseconds