Home | History | Annotate | Download | only in src

Lines Matching refs:compilation_cache

1399   CompilationCache* compilation_cache = isolate->compilation_cache();
1401 compilation_cache->LookupEval(source, outer_info, context, language_mode,
1434 compilation_cache->PutEval(source, outer_info, context, shared_info,
1477 CompilationCache* compilation_cache = isolate->compilation_cache();
1484 maybe_result = compilation_cache->LookupScript(
1499 compilation_cache->PutScript(source, context, language_mode, result);
1560 compilation_cache->PutScript(source, context, language_mode, result);