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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp277 m_methods_static(),
301 m_methods_static(),
343 if( ( size = m_methods_static.size() ) != 0 )
345 sc_method_handle* l_methods_static = &m_methods_static[0];
415 if ( ( size = m_methods_static.size() ) != 0 ) {
416 sc_method_handle* l_methods_static = &m_methods_static[0];
420 m_methods_static.resize(size-1);
H A Dsc_event.h317 mutable std::vector<sc_method_handle> m_methods_static; member in class:sc_core::sc_event
438 m_methods_static.push_back( method_h );

Completed in 5 milliseconds