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

/gem5/ext/mcpat/
H A Diocontrollers.cc201 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
222 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
362 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
385 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
508 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
526 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A Dbus_interconnect.cc99 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
142 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A Dsystem.cc64 XMLNode* childXML = xml_data->getChildNodePtr("component", &i);
199 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
259 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A Dnoc.cc184 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
231 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A Dmemoryctrl.cc507 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
566 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A Dbasic_components.cc113 XMLNode* childXML = xml_data->getChildNodePtr("component", &i);
H A Dcore.cc70 XMLNode* childXML = xml_data->getChildNodePtr("component", &i);
213 XMLNode* child = xml_data->getChildNodePtr("component", &i);
223 XMLNode* paramNode = child->getChildNodePtr("param", &j);
245 XMLNode* statNode = child->getChildNodePtr("stat", &j);
458 XMLNode* child = xml_data->getChildNodePtr("component", &i);
468 XMLNode* paramNode = child->getChildNodePtr("param", &j);
814 XMLNode* childXML = xml_data->getChildNodePtr("component", &i);
995 XMLNode* child = xml_data->getChildNodePtr("component", &i);
1005 XMLNode* paramNode = child->getChildNodePtr("param", &j);
1025 XMLNode* statNode = child->getChildNodePtr("sta
[all...]
H A DxmlParser.h355 XMLNode* getChildNodePtr(XMLCSTR name, int *j) const;
H A Dcacheunit.cc475 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
598 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A DxmlParser.cc2752 XMLNode* XMLNode::getChildNodePtr(XMLCSTR name, int *j) const { function in class:XMLNode

Completed in 38 milliseconds