Home
last modified time | relevance | path

Searched refs:CompileOptions (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dbackground-parsing-task.cc12 StreamedSource* source, ScriptCompiler::CompileOptions options, in BackgroundParsingTask()
45 ScriptCompiler::CompileOptions options = source_->info->compile_options(); in Run()
Dbackground-parsing-task.h48 ScriptCompiler::CompileOptions options, int stack_size,
Dd8.h316 v8::ScriptCompiler::CompileOptions compile_options;
334 v8::ScriptCompiler::CompileOptions compile_options,
Dcompiler.h675 ScriptCompiler::CompileOptions compile_options,
Dcompiler.cc1267 ScriptCompiler::CompileOptions options = parse_info->compile_options(); in CompileToplevel()
1432 ScriptCompiler::CompileOptions compile_options, NativesFlag natives, in CompileScript()
Dd8.cc286 ScriptCompiler::CompileOptions compile_options) { in CompileForCachedData()
339 ScriptCompiler::CompileOptions compile_options, SourceType source_type) { in CompileString()
Dapi.cc1739 Isolate* v8_isolate, Source* source, CompileOptions options, in CompileUnboundInternal()
1811 Isolate* v8_isolate, Source* source, CompileOptions options) { in CompileUnboundScript()
1818 CompileOptions options) { in CompileUnbound()
1827 CompileOptions options) { in Compile()
1840 CompileOptions options) { in Compile()
1848 CompileOptions options) { in CompileModule()
2002 Isolate* v8_isolate, StreamedSource* source, CompileOptions options) { in StartStreamingScript()
/external/v8/test/cctest/
Dcctest.h439 v8::ScriptCompiler::CompileOptions options) { in CompileRun()
462 v8::ScriptCompiler::CompileOptions options = in ParserCacheCompileRun()
482 v8::ScriptCompiler::CompileOptions()); in CompileRunWithOrigin()
493 v8::ScriptCompiler::CompileOptions()); in CompileRunWithOrigin()
Dtest-serialize.cc889 ScriptData** cached_data, v8::ScriptCompiler::CompileOptions options) { in CompileScript()
Dtest-api.cc23365 v8::ScriptCompiler::CompileOptions option = in TEST()
23385 v8::ScriptCompiler::CompileOptions option = in TEST()
23405 void TestInvalidCacheData(v8::ScriptCompiler::CompileOptions option) { in TestInvalidCacheData()
/external/v8/src/parsing/
Dparser.h95 ScriptCompiler::CompileOptions compile_options() { return compile_options_; } in compile_options()
96 void set_compile_options(ScriptCompiler::CompileOptions compile_options) { in set_compile_options()
183 ScriptCompiler::CompileOptions compile_options_;
713 ScriptCompiler::CompileOptions compile_options() const { in compile_options()
1032 ScriptCompiler::CompileOptions compile_options_;
/external/v8/include/
Dv8.h1300 enum CompileOptions { enum
1324 CompileOptions options = kNoCompileOptions));
1327 CompileOptions options = kNoCompileOptions);
1343 CompileOptions options = kNoCompileOptions));
1346 CompileOptions options = kNoCompileOptions);
1361 CompileOptions options = kNoCompileOptions);
1411 CompileOptions options = kNoCompileOptions);
1437 Isolate* isolate, Source* source, CompileOptions options, bool is_module);