Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-serialize.cc948 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
986 isolate, src, src, &cache, v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1035 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1084 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1134 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1203 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1316 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1374 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1424 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1514 isolate2, &source, v8::ScriptCompiler::kConsumeCodeCache) in TEST()
[all …]
Dtest-api.cc24304 v8::ScriptCompiler::kConsumeCodeCache; in TEST()
24355 TestInvalidCacheData(v8::ScriptCompiler::kConsumeCodeCache); in TEST()
/external/v8/src/
Dcompiler.cc1468 compile_options == ScriptCompiler::kConsumeCodeCache); in GetSharedFunctionInfoForScript()
1488 compile_options == ScriptCompiler::kConsumeCodeCache && in GetSharedFunctionInfoForScript()
Dd8.cc356 compile_options = ScriptCompiler::kConsumeCodeCache; in CompileString()
Dapi.cc1909 if (options == kConsumeParserCache || options == kConsumeCodeCache) { in CompileUnboundInternal()
1959 } else if (options == kConsumeParserCache || options == kConsumeCodeCache) { in CompileUnboundInternal()
/external/v8/include/
Dv8.h1282 kConsumeCodeCache enumerator