Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/
Dopt-viewer.py59 self.source_stream = open(existing_filename)
61 self.source_stream = None
130 if not self.source_stream:
153 self.render_source_lines(self.source_stream, line_remarks)
/external/v8/src/parsing/
Dscanner-character-streams.cc415 ScriptCompiler::ExternalSourceStream* source_stream, in Utf8ExternalStreamingStream() argument
418 source_stream_(source_stream),
743 ScriptCompiler::ExternalSourceStream* source_stream, in For() argument
749 static_cast<size_t>(0), source_stream, stats); in For()
752 source_stream, stats); in For()
754 return new Utf8ExternalStreamingStream(source_stream, stats); in For()
Dscanner-character-streams.h26 ScriptCompiler::ExternalSourceStream* source_stream,
/external/v8/src/
Dcompiler.h325 ScriptStreamingData(ScriptCompiler::ExternalSourceStream* source_stream,
332 std::unique_ptr<ScriptCompiler::ExternalSourceStream> source_stream; member
Dcompiler.cc970 ScannerStream::For(source->source_stream.get(), source->encoding, in BackgroundCompileTask()
1919 ScriptCompiler::ExternalSourceStream* source_stream, in ScriptStreamingData() argument
1921 : source_stream(source_stream), encoding(encoding) {} in ScriptStreamingData()
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp852 std::ostringstream source_stream; in GenerateSourceMessages() local
942source_stream << "\n" << reported_line_number << ": " << opsource_lines[opsource_index].c_str(); in GenerateSourceMessages()
944source_stream << "Internal error: calculated source line of " << opsource_index << " for source si… in GenerateSourceMessages()
948 source_stream << "Unable to find suitable #line directive in SPIR-V OpSource."; in GenerateSourceMessages()
951 source_stream << "Unable to find SPIR-V OpSource."; in GenerateSourceMessages()
954 source_msg = source_stream.str(); in GenerateSourceMessages()
/external/v8/src/torque/
Dglobal-context.h29 std::ostream& source_stream() { return source_stream_; } in source_stream() function
Dimplementation-visitor.h258 std::ostream& source_out() { return module_->source_stream(); } in source_out()
Dimplementation-visitor.cc71 std::ostream& source = module->source_stream(); in BeginModuleFile()
133 std::ostream& source = module->source_stream(); in EndModuleFile()
/external/v8/include/
Dv8.h1522 StreamedSource(ExternalSourceStream* source_stream, Encoding encoding);