Searched refs:SourceStream (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ | ||
H A D | PDBFileBuilder.cpp | 255 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources() local 257 BinaryStreamWriter SourceWriter(*SourceStream); in commitInjectedSources() |
/third_party/node/deps/v8/src/codegen/ | ||
H A D | compiler.cc | 2836 streamed_source_(std::make_unique<SourceStream>(source, isolate), in Compile() 2849 class SourceStream : public v8::ScriptCompiler::ExternalSourceStream { in Compile() class in v8::internal::__anon14199::StressBackgroundCompileThread 2851 SourceStream(Handle<String> source, Isolate* isolate) : done_(false) { in Compile() function in v8::internal::__anon14199::StressBackgroundCompileThread::SourceStream |
Completed in 12 milliseconds