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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp856 AttributeForm(char *attr, int type, char *attrdef);
H A Dformssel.cpp2798 AttributeForm::AttributeForm(char *attr, int type, char *attrdef) argument
2799 : Form(Form::ATTR), _attrname(attr), _atype(type), _attrdef(attrdef) {

Completed in 47 milliseconds