Home
last modified time | relevance | path

Searched refs:DebugSnapshotSink (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dsnapshot-source-sink.h99 class DebugSnapshotSink : public SnapshotByteSink {
101 explicit DebugSnapshotSink(SnapshotByteSink* chained) : sink_(chained) {} in DebugSnapshotSink() function
Dsnapshot-source-sink.cc91 void DebugSnapshotSink::Put(byte b, const char* description) { in Put()
Dserialize.cc1791 DebugSnapshotSink debug_sink(&list_sink); in Serialize()