Searched refs:expand (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Darray.hh35 // The size can be dynamically expanded using the expand(uint) method. There
37 // does not require this feature. Bear in mind that calling the expand method
60 expand(size_type new_size) function in class:tlm::tlm_array
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_array.h42 // The size can be dynamically expanded using the expand(uint) method. There
44 // does not require this feature. Bear in mind that calling the expand method
78 // expand the array if needed:
79 void expand(size_type new_size) function in class:tlm::tlm_array
H A Dtlm_gp.h631 m_extensions.expand(max_num_extensions());
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dgp.cc149 m_extensions.expand(other.m_extensions.size());
351 m_extensions.expand(max_num_extensions());
/gem5/src/systemc/tlm_utils/
H A Dinstance_specific_extensions.cc256 m_extensions.expand(ispex_registry::max_num_extensions());
/gem5/ext/systemc/src/tlm_utils/
H A Dinstance_specific_extensions.h165 m_extensions.expand(max_num_ispex());

Completed in 12 milliseconds