Home
last modified time | relevance | path

Searched refs:kProduceCodeCache (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dbackground-parsing-task.cc19 options == ScriptCompiler::kProduceCodeCache || in BackgroundParsingTask()
48 options == ScriptCompiler::kProduceCodeCache) { in Run()
Dcompiler.cc1462 compile_options == ScriptCompiler::kProduceCodeCache) { in GetSharedFunctionInfoForScript()
1508 compile_options == ScriptCompiler::kProduceCodeCache) { in GetSharedFunctionInfoForScript()
1514 compile_options == ScriptCompiler::kProduceCodeCache)) { in GetSharedFunctionInfoForScript()
1552 compile_options == ScriptCompiler::kProduceCodeCache) { in GetSharedFunctionInfoForScript()
1562 compile_options == ScriptCompiler::kProduceCodeCache) { in GetSharedFunctionInfoForScript()
Dd8.cc355 if (compile_options == ScriptCompiler::kProduceCodeCache) { in CompileString()
1990 options.compile_options = v8::ScriptCompiler::kProduceCodeCache; in SetOptions()
Dapi.cc1904 (options == kProduceParserCache || options == kProduceCodeCache)) { in CompileUnboundInternal()
1952 if ((options == kProduceParserCache || options == kProduceCodeCache) && in CompileUnboundInternal()
/external/v8/test/cctest/
Dtest-serialize.cc940 v8::ScriptCompiler::kProduceCodeCache); in TEST()
982 v8::ScriptCompiler::kProduceCodeCache); in TEST()
1021 v8::ScriptCompiler::kProduceCodeCache); in TEST()
1076 v8::ScriptCompiler::kProduceCodeCache); in TEST()
1128 v8::ScriptCompiler::kProduceCodeCache); in TEST()
1197 v8::ScriptCompiler::kProduceCodeCache); in TEST()
1310 v8::ScriptCompiler::kProduceCodeCache); in TEST()
1368 v8::ScriptCompiler::kProduceCodeCache); in TEST()
1418 v8::ScriptCompiler::kProduceCodeCache); in TEST()
1467 isolate1, &source, v8::ScriptCompiler::kProduceCodeCache) in ProduceCache()
[all …]
Dtest-api.cc24284 v8::ScriptCompiler::kProduceCodeCache; in TEST()
/external/v8/include/
Dv8.h1281 kProduceCodeCache, enumerator