Lines Matching full:code_cache
2410 CodeCache* code_cache;2412 if (!maybe_code_cache->To(&code_cache)) return maybe_code_cache;2414 code_cache->set_default_cache(empty_fixed_array(), SKIP_WRITE_BARRIER);2415 code_cache->set_normal_type_cache(undefined_value(), SKIP_WRITE_BARRIER);2416 return code_cache;