Lines Matching full:code_cache
7173 if (code_cache()->IsFixedArray()) {
7182 return CodeCache::cast(code_cache())->Update(name, code);
7188 if (!code_cache()->IsFixedArray()) {
7189 return CodeCache::cast(code_cache())->Lookup(name, flags);
7198 if (!code_cache()->IsFixedArray()) {
7199 return CodeCache::cast(code_cache())->GetIndex(name, code);
7208 ASSERT(!code_cache()->IsFixedArray());
7209 CodeCache::cast(code_cache())->RemoveByIndex(name, code, index);