Searched refs:forEachObject (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Dcxx_manager.cc585 CxxConfigManager::forEachObject(void (SimObject::*mem_func)()) function in class:CxxConfigManager
600 forEachObject(&SimObject::init);
603 forEachObject(&SimObject::regStats);
606 forEachObject(&SimObject::regProbePoints);
609 forEachObject(&SimObject::regProbeListeners);
616 forEachObject(&SimObject::initState);
623 forEachObject(&SimObject::startup);
H A Dcxx_manager.hh258 void forEachObject(void (SimObject::*mem_func)());

Completed in 7 milliseconds