|
| | 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, int property_cell_space_used) |
| |
| void | WritePartialSnapshot () |
| |
| void | WriteSnapshot () |
| |
| PartialSnapshotSink * | partial_sink () |
| |
| | 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 () |
| |
| virtual | ~SnapshotByteSink () |
| |
| virtual void | PutSection (int byte, const char *description) |
| |
| void | PutInt (uintptr_t integer, const char *description) |
| |
Definition at line 92 of file mksnapshot.cc.
| void WritePartialSnapshot |
( |
| ) |
|
|
inline |
| 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, |
|
|
int |
property_cell_space_used |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: