Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-serialize.cc928 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
967 isolate, src, src, &cache, v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1017 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1067 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1118 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1188 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1302 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1361 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1412 v8::ScriptCompiler::kConsumeCodeCache); in TEST()
1503 isolate2, &source, v8::ScriptCompiler::kConsumeCodeCache) in TEST()
[all …]
Dtest-api.cc23386 v8::ScriptCompiler::kConsumeCodeCache; in TEST()
23429 TestInvalidCacheData(v8::ScriptCompiler::kConsumeCodeCache); in TEST()
/external/v8/src/
Dcompiler.cc1444 compile_options == ScriptCompiler::kConsumeCodeCache); in CompileScript()
1469 compile_options == ScriptCompiler::kConsumeCodeCache && in CompileScript()
Dd8.cc355 compile_options = ScriptCompiler::kConsumeCodeCache; in CompileString()
Dapi.cc1752 if (options == kConsumeParserCache || options == kConsumeCodeCache) { in CompileUnboundInternal()
1801 } else if (options == kConsumeParserCache || options == kConsumeCodeCache) { in CompileUnboundInternal()
/external/v8/include/
Dv8.h1305 kConsumeCodeCache enumerator