v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
CppByteSink (const char *snapshot_file) | |
virtual | ~CppByteSink () |
void | WriteSpaceUsed (int new_space_used, int pointer_space_used, int data_space_used, int code_space_used, int map_space_used, int cell_space_used, int large_space_used) |
void | WritePartialSnapshot () |
void | WriteSnapshot () |
PartialSnapshotSink * | partial_sink () |
Public Member Functions inherited from PartialSnapshotSink | |
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 132 of file mksnapshot.cc.
|
inlineexplicit |
Definition at line 134 of file mksnapshot.cc.
References OS::FOpen(), NULL, and v8::internal::PrintF().
|
inlinevirtual |
Definition at line 148 of file mksnapshot.cc.
|
inline |
Definition at line 220 of file mksnapshot.cc.
Referenced by main().
|
inline |
Definition at line 192 of file mksnapshot.cc.
Referenced by main().
|
inline |
|
inline |
Definition at line 165 of file mksnapshot.cc.
Referenced by main().