Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc1368 kConsumeCodeCache, enumerator
1455 return CacheBehaviour::kConsumeCodeCache; in GetCacheBehaviour()
1519 case CacheBehaviour::kConsumeCodeCache: in GetCacheBehaviourTimedHistogram()
1598 DCHECK(compile_options == ScriptCompiler::kConsumeCodeCache); in GetSharedFunctionInfoForScript()
1613 compile_options == ScriptCompiler::kConsumeCodeCache; in GetSharedFunctionInfoForScript()
1691 DCHECK(compile_options == ScriptCompiler::kConsumeCodeCache); in GetWrappedFunction()
1702 compile_options == ScriptCompiler::kConsumeCodeCache; in GetWrappedFunction()
Dd8.cc529 if (options.compile_options == ScriptCompiler::kConsumeCodeCache) { in ExecuteString()
3468 options.compile_options = v8::ScriptCompiler::kConsumeCodeCache; in Main()
Dapi.cc2381 if (options == kConsumeCodeCache) { in CompileUnboundInternal()
2399 if (options == kConsumeCodeCache) { in CompileUnboundInternal()
2437 CHECK(options == kNoCompileOptions || options == kConsumeCodeCache); in CompileModule()
2501 DCHECK(options == CompileOptions::kConsumeCodeCache || in CompileFunctionInContext()
2541 if (options == kConsumeCodeCache) { in CompileFunctionInContext()
2555 if (options == kConsumeCodeCache) { in CompileFunctionInContext()
/external/v8/include/
Dv8.h1556 kConsumeCodeCache,