Searched defs:insForm (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp1010 InstructForm *insForm = new InstructForm(ident, true); local
1011 // insForm->_opcode = nextUserOpType(ident);
1012 _globalNames.Insert(ident,insForm);
1013 addForm(insForm);

Completed in 39 milliseconds