Searched refs:sc_export_registry (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp141 // CLASS : sc_export_registry
148 sc_export_registry::insert( sc_export_base* export_ )
185 sc_export_registry::remove( sc_export_base* export_ )
205 sc_export_registry::sc_export_registry( sc_simcontext& simc_ ) function in class:sc_core::sc_export_registry
215 sc_export_registry::~sc_export_registry()
222 sc_export_registry::construction_done()
239 sc_export_registry::elaboration_done()
249 sc_export_registry
[all...]
H A Dsc_export.h54 friend class sc_export_registry;
211 // CLASS : sc_export_registry
217 class sc_export_registry class in namespace:sc_core
232 explicit sc_export_registry( sc_simcontext& simc_ );
235 ~sc_export_registry();
258 sc_export_registry();
259 sc_export_registry( const sc_export_registry& );
260 sc_export_registry& operator = ( const sc_export_registry
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.h48 class sc_export_registry;
203 sc_export_registry* get_export_registry();
319 sc_export_registry* m_export_registry;
452 sc_export_registry*
H A Dsc_simcontext.cpp370 m_export_registry = new sc_export_registry( *this );

Completed in 15 milliseconds