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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp2987 // The declaration of labelOper is in machine-independent file: machnode
3006 // The declaration of methodOper is in machine-independent file: machnode
3044 MachNodeForm *machnode; local
3209 for ( ; (machnode = (MachNodeForm*)_machnodes.iter()) != NULL; ) {
3211 machnode->_ident, ((class PipeClassForm *)_pipeline->_classdict[machnode->_machnode_pipe])->_num);
H A Dadlparse.cpp1389 MachNodeForm *machnode = new MachNodeForm(node_class); // Create new machnode form local
1390 machnode->_machnode_pipe = pipe_class;
1392 _AD.addForm(machnode);

Completed in 54 milliseconds