Home | History | Annotate | Download | only in src

Lines Matching defs:compilation_cache

1506   CompilationCache* compilation_cache = isolate->compilation_cache();
1507 InfoVectorPair eval_result = compilation_cache->LookupEval(
1565 compilation_cache->PutEval(source, outer_info, context, shared_info,
1575 compilation_cache->PutEval(source, outer_info, context, shared_info, vector,
1667 CompilationCache* compilation_cache = isolate->compilation_cache();
1674 InfoVectorPair pair = compilation_cache->LookupScript(
1695 compilation_cache->PutScript(source, context, language_mode,
1771 compilation_cache->PutScript(source, context, language_mode, result,