Home | History | Annotate | Download | only in src

Lines Matching defs:compilation_cache

1095   CompilationCache* compilation_cache = isolate->compilation_cache();
1097 compilation_cache->LookupEval(source, outer_info, context, strict_mode,
1124 compilation_cache->PutEval(source, outer_info, context, shared_info,
1159 CompilationCache* compilation_cache = isolate->compilation_cache();
1171 maybe_result = compilation_cache->LookupScript(
1212 compilation_cache->PutScript(source, context, result);