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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp783 if( strcmp(cur->_ident,AttributeForm::_ins_cost) == 0 ) {
2053 if( strcmp(cur->_ident,AttributeForm::_op_cost) == 0 ) {
2792 //------------------------------AttributeForm----------------------------------
2793 int AttributeForm::_insId = 0; // start counter at 0
2794 int AttributeForm::_opId = 0; // start counter at 0
2795 const char* AttributeForm::_ins_cost = "ins_cost"; // required name
2796 const char* AttributeForm::_op_cost = "op_cost"; // required name
2798 AttributeForm::AttributeForm(char *attr, int type, char *attrdef) function in class:AttributeForm
2808 AttributeForm
[all...]
H A Dformssel.hpp36 class AttributeForm;
840 //------------------------------AttributeForm----------------------------------
841 class AttributeForm : public Form { class in class:InstructForm
856 AttributeForm(char *attr, int type, char *attrdef);
857 ~AttributeForm();
860 virtual AttributeForm *is_attribute() const;

Completed in 43 milliseconds