42 paramOut(cp, base +
".simLength", simLength);
43 paramOut(cp, base +
".bufLength", bufLength);
52 unsigned chkpt_buf_length;
53 if (
optParamIn(cp, base +
".bufLength", chkpt_buf_length)) {
57 assert(!
data || chkpt_buf_length <= bufLength);
58 bufLength = chkpt_buf_length;
65 assert(
length <= bufLength);
67 data =
new uint8_t[bufLength];
69 if (!
optParamIn(cp, base +
".simLength", simLength))
Overload hash function for BasicBlockRange type.
void serialize(const std::string &base, CheckpointOut &cp) const
bool optParamIn(CheckpointIn &cp, const std::string &name, T ¶m, bool warn=true)
void paramOut(CheckpointOut &cp, const string &name, ExtMachInst const &machInst)
void unserialize(const std::string &base, CheckpointIn &cp)
void arrayParamOut(CheckpointOut &cp, const std::string &name, const CircleBuf< T > ¶m)
std::ostream CheckpointOut
void paramIn(CheckpointIn &cp, const string &name, ExtMachInst &machInst)
void arrayParamIn(CheckpointIn &cp, const std::string &name, CircleBuf< T > ¶m)