Searched refs:CodeCache (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/
H A Dobjects-debug.cc317 void CodeCache::CodeCacheVerify() {
H A Dobjects-printer.cc546 void CodeCache::CodeCachePrint(FILE* out) {
547 HeapObject::PrintHeader(out, "CodeCache");
H A Dprofile-generator.cc2030 CodeCache* code_cache = CodeCache::cast(obj);
2034 CodeCache::kDefaultCacheOffset);
2038 CodeCache::kNormalTypeCacheOffset);
H A Dobjects.h123 // - CodeCache
445 V(CODE_CACHE, CodeCache, code_cache) \
6426 class CodeCache: public Struct { class in namespace:v8::internal
6447 static inline CodeCache* cast(Object* obj);
6476 DISALLOW_IMPLICIT_CONSTRUCTORS(CodeCache);
H A Dobjects.cc4859 return CodeCache::cast(code_cache())->Update(name, code);
4866 return CodeCache::cast(code_cache())->Lookup(name, flags);
4876 return CodeCache::cast(code_cache())->GetIndex(name, code);
4886 CodeCache::cast(code_cache())->RemoveByIndex(name, code, index);
5107 MaybeObject* CodeCache::Update(String* name, Code* code) {
5129 MaybeObject* CodeCache::UpdateDefaultCache(String* name, Code* code) {
5189 MaybeObject* CodeCache::UpdateNormalTypeCache(String* name, Code* code) {
5201 Object* CodeCache::Lookup(String* name, Code::Flags flags) {
5210 Object* CodeCache::LookupDefaultCache(String* name, Code::Flags flags) {
5229 Object* CodeCache
[all...]
H A Dliveobjectlist.cc58 v(CodeCache, "unexpected: CodeCache") \
H A Dobjects-inl.h3716 ACCESSORS(CodeCache, default_cache, FixedArray, kDefaultCacheOffset)
3717 ACCESSORS(CodeCache, normal_type_cache, Object, kNormalTypeCacheOffset)
H A Dheap.cc1934 CodeCache* code_cache;

Completed in 140 milliseconds