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

/gem5/ext/dsent/model/
H A DModel.cc456 const String& temp_sub_instance_name = hier_split[1]; local
457 ASSERT(m_sub_instances_->keyExist(temp_sub_instance_name), "[Error] " +
459 temp_sub_instance_name + ")");
461 return m_sub_instances_->get(temp_sub_instance_name)->getModel()->parseQuery(query_type_, temp_query_hier, query_sub_field_);

Completed in 7 milliseconds