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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp103 FormList _header; // List of Source Code Forms for hpp file
104 FormList _pre_header; // ditto for the very top of the hpp file
105 FormList _source; // List of Source Code Forms for output
106 FormList _instructions; // List of Instruction Forms for output
107 FormList _machnodes; // List of Node Classes (special for pipelining)
108 FormList _operands; // List of Operand Forms for output
109 FormList _opclass; // List of Operand Class Forms for output
110 FormList _attributes; // List of Attribute Forms for parsing
H A Dforms.hpp253 //------------------------------FormList---------------------------------------
254 class FormList { class
315 FormList() { _justReset = 1; _justReset2 = 1; _root = NULL; _tail = NULL; _cur = NULL; _cur2 = NULL;}; function in class:FormList
316 ~FormList();
H A Dforms.cpp291 //------------------------------FormList---------------------------------------
293 FormList::~FormList() {
H A Dformsopt.hpp367 FormList _resUsage; // List of resource usage

Completed in 36 milliseconds