v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
PartialSnapshotSink () | |
virtual | ~PartialSnapshotSink () |
virtual void | Put (int byte, const char *description) |
virtual int | Position () |
void | Print (FILE *fp) |
char | at (int i) |
bool | Compress (Compressor *compressor) |
int | raw_size () |
Public Member Functions inherited from SnapshotByteSink | |
virtual | ~SnapshotByteSink () |
virtual void | PutSection (int byte, const char *description) |
void | PutInt (uintptr_t integer, const char *description) |
Definition at line 55 of file mksnapshot.cc.
|
inline |
Definition at line 57 of file mksnapshot.cc.
|
inlinevirtual |
Definition at line 58 of file mksnapshot.cc.
|
inline |
Definition at line 75 of file mksnapshot.cc.
|
inline |
Definition at line 76 of file mksnapshot.cc.
References ASSERT_EQ, Compressor::Compress(), and Compressor::output().
Referenced by main().
|
inlinevirtual |
Implements SnapshotByteSink.
Definition at line 62 of file mksnapshot.cc.
|
inline |
Definition at line 63 of file mksnapshot.cc.
|
inlinevirtual |
Implements SnapshotByteSink.
Definition at line 59 of file mksnapshot.cc.
|
inline |
Definition at line 84 of file mksnapshot.cc.