Home
last modified time | relevance | path

Searched refs:kProduceParserCache (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dbackground-parsing-task.cc18 DCHECK(options == ScriptCompiler::kProduceParserCache || in BackgroundParsingTask()
47 if (options == ScriptCompiler::kProduceParserCache || in Run()
Dcompiler.cc1066 (options == ScriptCompiler::kProduceParserCache || in CompileToplevel()
1461 } else if (compile_options == ScriptCompiler::kProduceParserCache || in GetSharedFunctionInfoForScript()
Dd8.cc357 } else if (compile_options == ScriptCompiler::kProduceParserCache) { in CompileString()
1992 options.compile_options = v8::ScriptCompiler::kProduceParserCache; in SetOptions()
Dapi.cc1904 (options == kProduceParserCache || options == kProduceCodeCache)) { in CompileUnboundInternal()
1952 if ((options == kProduceParserCache || options == kProduceCodeCache) && in CompileUnboundInternal()
/external/v8/tools/
Dparser-shell.cc109 info.set_compile_options(v8::ScriptCompiler::kProduceParserCache); in RunBaselineParser()
/external/v8/test/cctest/
Dcctest.h442 v8::ScriptCompiler::kProduceParserCache) in ParserCacheCompileRun()
Dtest-parsing.cc237 v8::ScriptCompiler::kProduceParserCache) in TEST()
286 v8::ScriptCompiler::kProduceParserCache) in TEST()
2712 info.set_compile_options(v8::ScriptCompiler::kProduceParserCache); in TEST()
Dtest-api.cc15335 v8::ScriptCompiler::kProduceParserCache) in TEST()
24096 isolate, &source, v8::ScriptCompiler::kProduceParserCache); in TEST()
24373 v8::ScriptCompiler::kProduceParserCache) in TEST()
/external/v8/src/parsing/
Dparser.h755 return compile_options_ == ScriptCompiler::kProduceParserCache; in produce_cached_parse_data()
/external/v8/include/
Dv8.h1279 kProduceParserCache, enumerator