V8 Project
|
#include <snapshot-source-sink.h>
Public Member Functions | |
DebugSnapshotSink (SnapshotByteSink *chained) | |
virtual void | Put (byte b, const char *description) OVERRIDE |
virtual int | Position () OVERRIDE |
![]() | |
virtual | ~SnapshotByteSink () |
virtual void | PutSection (int b, const char *description) |
void | PutInt (uintptr_t integer, const char *description) |
void | PutRaw (byte *data, int number_of_bytes, const char *description) |
void | PutBlob (byte *data, int number_of_bytes, const char *description) |
Private Attributes | |
SnapshotByteSink * | sink_ |
Definition at line 99 of file snapshot-source-sink.h.
|
inlineexplicit |
Definition at line 101 of file snapshot-source-sink.h.
|
inlinevirtual |
Implements v8::internal::SnapshotByteSink.
Definition at line 103 of file snapshot-source-sink.h.
References v8::internal::SnapshotByteSink::Position(), and sink_.
|
virtual |
Implements v8::internal::SnapshotByteSink.
Definition at line 93 of file snapshot-source-sink.cc.
References v8::internal::PrintF().
|
private |
Definition at line 106 of file snapshot-source-sink.h.
Referenced by Position().