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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module_registry.cpp91 : m_construction_done(0), m_module_vec(), m_simc( &simc_ )
105 if( size() == m_construction_done )
109 for( ; m_construction_done < size(); ++m_construction_done ) {
110 m_module_vec[m_construction_done]->construction_done();
H A Dsc_module_registry.h83 int m_construction_done; member in class:sc_core::sc_module_registry
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp206 : m_construction_done(0),
224 if( m_construction_done == size() )
228 for( int i = size()-1; i >= m_construction_done; --i ) {
232 m_construction_done = size();
H A Dsc_prim_channel.cpp301 , m_construction_done(0)
324 if( size() == m_construction_done )
328 for( ; m_construction_done < size(); ++m_construction_done ) {
329 m_prim_channel_vec[m_construction_done]->construction_done();
384 // Philipp A. Hartmann: removed unused switch m_construction_done.
H A Dsc_export.h251 int m_construction_done; member in class:sc_core::sc_export_registry
H A Dsc_port.cpp654 : m_construction_done(0),
672 if( size() == m_construction_done )
676 for( int i = size()-1; i >= m_construction_done; --i ) {
680 m_construction_done = size();
H A Dsc_prim_channel.h286 int m_construction_done; // # of constructs. member in class:sc_core::sc_prim_channel_registry
365 // Philipp A. Hartmann: removed unused switch m_construction_done.
H A Dsc_port.h230 int m_construction_done; member in class:sc_core::sc_port_registry

Completed in 21 milliseconds