Searched refs:kConsumeParserCache (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/parsing/
H A Dparse-info.h100 if (compile_options == ScriptCompiler::kConsumeParserCache) {
H A Dparser.h294 compile_options_ == ScriptCompiler::kConsumeParserCache;
/external/v8/tools/
H A Dparser-shell.cc116 info.set_compile_options(v8::ScriptCompiler::kConsumeParserCache);
/external/v8/src/
H A Dcompiler.cc1394 DCHECK(compile_options == ScriptCompiler::kConsumeParserCache ||
H A Dd8.cc444 compile_options = ScriptCompiler::kConsumeParserCache;
H A Dapi.cc2020 if (options == kConsumeParserCache || options == kConsumeCodeCache) {
2070 } else if (options == kConsumeParserCache || options == kConsumeCodeCache) {
/external/v8/include/
H A Dv8.h1303 kConsumeParserCache, enumerator in enum:v8::ScriptCompiler::CompileOptions

Completed in 243 milliseconds