Home | History | Annotate | Download | only in src

Lines Matching refs:code_cache

4850   if (code_cache()->IsFixedArray()) {
4859 return CodeCache::cast(code_cache())->Update(name, code);
4865 if (!code_cache()->IsFixedArray()) {
4866 return CodeCache::cast(code_cache())->Lookup(name, flags);
4875 if (!code_cache()->IsFixedArray()) {
4876 return CodeCache::cast(code_cache())->GetIndex(name, code);
4885 ASSERT(!code_cache()->IsFixedArray());
4886 CodeCache::cast(code_cache())->RemoveByIndex(name, code, index);