Home | History | Annotate | Download | only in src

Lines Matching refs:code_cache

1934   CodeCache* code_cache;
1936 if (!maybe_code_cache->To(&code_cache)) return maybe_code_cache;
1938 code_cache->set_default_cache(empty_fixed_array(), SKIP_WRITE_BARRIER);
1939 code_cache->set_normal_type_cache(undefined_value(), SKIP_WRITE_BARRIER);
1940 return code_cache;