v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
CppByteSink (const char *snapshot_file) | |
virtual | ~CppByteSink () |
void | WriteSpaceUsed (const char *prefix, int new_space_used, int pointer_space_used, int data_space_used, int code_space_used, int map_space_used, int cell_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 135 of file mksnapshot.cc.
|
inlineexplicit |
Definition at line 137 of file mksnapshot.cc.
References OS::FOpen(), NULL, and v8::internal::PrintF().
|
inlinevirtual |
Definition at line 151 of file mksnapshot.cc.
|
inline |
Definition at line 230 of file mksnapshot.cc.
Referenced by main().
|
inline |
Definition at line 202 of file mksnapshot.cc.
Referenced by main().
|
inline |
|
inline |
Definition at line 168 of file mksnapshot.cc.
Referenced by main().