Searched refs:CompileOptions (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | background-parsing-task.cc | 12 StreamedSource* source, ScriptCompiler::CompileOptions options, in BackgroundParsingTask() 45 ScriptCompiler::CompileOptions options = source_->info->compile_options(); in Run()
|
D | background-parsing-task.h | 48 ScriptCompiler::CompileOptions options, int stack_size,
|
D | d8.h | 316 v8::ScriptCompiler::CompileOptions compile_options; 334 v8::ScriptCompiler::CompileOptions compile_options,
|
D | compiler.h | 675 ScriptCompiler::CompileOptions compile_options,
|
D | compiler.cc | 1267 ScriptCompiler::CompileOptions options = parse_info->compile_options(); in CompileToplevel() 1432 ScriptCompiler::CompileOptions compile_options, NativesFlag natives, in CompileScript()
|
D | d8.cc | 286 ScriptCompiler::CompileOptions compile_options) { in CompileForCachedData() 339 ScriptCompiler::CompileOptions compile_options, SourceType source_type) { in CompileString()
|
D | api.cc | 1739 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/ |
D | cctest.h | 439 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()
|
D | test-serialize.cc | 889 ScriptData** cached_data, v8::ScriptCompiler::CompileOptions options) { in CompileScript()
|
D | test-api.cc | 23365 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/ |
D | parser.h | 95 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/ |
D | v8.h | 1300 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);
|