Lines Matching refs:stream
2014 std::unique_ptr<ExternalSourceStream> stream, Encoding encoding)
2015 : impl_(new i::ScriptStreamingData(std::move(stream), encoding)) {}
5592 // Write the characters to the stream.
5631 // previous characters in the stream. We know, however, that
5672 // Write out number of utf16 characters written to the stream.
9905 void CpuProfile::Serialize(OutputStream* stream,
9909 Utils::ApiCheck(stream->GetChunkSize() > 0, "v8::CpuProfile::Serialize",
9910 "Invalid stream chunk size");
9912 serializer.Serialize(stream);
10209 void HeapSnapshot::Serialize(OutputStream* stream,
10213 Utils::ApiCheck(stream->GetChunkSize() > 0, "v8::HeapSnapshot::Serialize",
10214 "Invalid stream chunk size");
10216 serializer.Serialize(stream);
10270 SnapshotObjectId HeapProfiler::GetHeapStats(OutputStream* stream,
10273 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us);