Home
last modified time | relevance | path

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

/external/v8/src/
Dbackground-parsing-task.h23 StreamedSource(ScriptCompiler::ExternalSourceStream* source_stream, in StreamedSource()
25 : source_stream(source_stream), in StreamedSource()
31 SmartPointer<ScriptCompiler::ExternalSourceStream> source_stream; member
Dscanner-character-streams.h83 ExternalStreamingStream(ScriptCompiler::ExternalSourceStream* source_stream, in ExternalStreamingStream() argument
85 : source_stream_(source_stream), in ExternalStreamingStream()
Dbackground-parsing-task.cc16 source->info.Reset(new i::CompilationInfoWithZone(source->source_stream.get(), in BackgroundParsingTask()
Dcompiler.h119 ScriptCompiler::ExternalSourceStream* source_stream() const { in source_stream() function
399 CompilationInfo(ScriptCompiler::ExternalSourceStream* source_stream,
Dparser.cc771 DCHECK(!script().is_null() || info->source_stream() != NULL); in Parser()
4933 DCHECK(info()->source_stream() != NULL); in ParseOnBackground()
4934 ExternalStreamingStream stream(info()->source_stream(), in ParseOnBackground()
/external/v8/include/
Dv8.h1131 StreamedSource(ExternalSourceStream* source_stream, Encoding encoding);