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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp147 Form(int formType=0, int line=0) argument
148 : _next(NULL), _linenum(line), _ftype(formType) { };

Completed in 36 milliseconds