Home | History | Annotate | Download | only in src

Lines Matching full:code_cache

2555   CodeCache* code_cache;
2557 if (!maybe_code_cache->To(&code_cache)) return maybe_code_cache;
2559 code_cache->set_default_cache(empty_fixed_array(), SKIP_WRITE_BARRIER);
2560 code_cache->set_normal_type_cache(undefined_value(), SKIP_WRITE_BARRIER);
2561 return code_cache;