Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2603 kConsumeCodeCache, in Compile() enumerator
2689 return CacheBehaviour::kConsumeCodeCache; in Compile()
2753 case CacheBehaviour::kConsumeCodeCache: in Compile()
2977 DCHECK_EQ(compile_options, ScriptCompiler::kConsumeCodeCache); in Compile()
3021 compile_options == ScriptCompiler::kConsumeCodeCache; in Compile()
3162 DCHECK(compile_options == ScriptCompiler::kConsumeCodeCache); in Compile()
3173 compile_options == ScriptCompiler::kConsumeCodeCache; in Compile()
/third_party/node/deps/v8/include/
Dv8-script.h511 kConsumeCodeCache, enumerator
/third_party/node/src/
Dnode_contextify.cc857 compile_options = ScriptCompiler::kConsumeCodeCache; in New()
914 if (compile_options == ScriptCompiler::kConsumeCodeCache) { in StoreCodeCacheResult()
1230 options = ScriptCompiler::kConsumeCodeCache; in CompileFunction()
Dmodule_wrap.cc202 options = ScriptCompiler::kConsumeCodeCache; in New()
215 if (options == ScriptCompiler::kConsumeCodeCache && in New()
Dnode_builtins.cc299 has_cache ? ScriptCompiler::kConsumeCodeCache in LookupAndCompileInternal()
/third_party/node/deps/v8/src/d8/
Dd8.cc639 if (options.compile_options == ScriptCompiler::kConsumeCodeCache) { in CompileString()
645 cached_code ? ScriptCompiler::kConsumeCodeCache in CompileString()
765 if (options.compile_options == ScriptCompiler::kConsumeCodeCache) { in ExecuteString()
5539 v8::ScriptCompiler::kConsumeCodeCache); in Main()
/third_party/node/deps/v8/src/api/
Dapi.cc2507 if (options == kConsumeCodeCache) { in CompileUnboundInternal()
2571 Utils::ApiCheck(options == kNoCompileOptions || options == kConsumeCodeCache, in CompileModule()
2622 DCHECK(options == CompileOptions::kConsumeCodeCache || in CompileFunctionInternal()
2658 if (options == kConsumeCodeCache) { in CompileFunctionInternal()
2671 if (options == kConsumeCodeCache) { in CompileFunctionInternal()