Searched refs:loadState (Results 1 - 8 of 8) sorted by relevance

/gem5/src/sim/
H A Dsim_object.hh83 * <li>SimObject::loadState() if restoring from a checkpoint.
91 * object tree (e.g., init(), startup(), or loadState()), a pre-order
131 * loadState() is called on each SimObject when restoring from a
134 * checkpoint. However, objects can override loadState() to get
141 virtual void loadState(CheckpointIn &cp);
H A Dsim_object.cc81 SimObject::loadState(CheckpointIn &cp) function in class:SimObject
H A Dcxx_manager.hh295 void loadState(CheckpointIn &checkpoint);
H A Dcxx_manager.cc649 CxxConfigManager::loadState(CheckpointIn &checkpoint) function in class:CxxConfigManager
652 (*i)->loadState(checkpoint);
/gem5/util/cxx_config/
H A Dmain.cc266 config_manager->loadState(*checkpoint);
/gem5/util/systemc/gem5_within_systemc/
H A Dmain.cc320 config_manager->loadState(*checkpoint);
/gem5/src/python/m5/
H A Dsimulate.py150 for obj in root.descendants(): obj.loadState(ckpt)
H A DSimObject.py1107 def loadState(self, cp): member in class:SimObject

Completed in 20 milliseconds