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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp40 //---------------------------Production State----------------------------------
49 //------------------------------Production------------------------------------
51 class Production { class
60 Production(const char *result, const char *constraint, const char *valid);
61 ~Production() {};
98 // Return the Production associated with the result,
99 // or create a new Production and insert it into the dictionary.
100 Production *getProduction(const char *result);
916 //------------------------------Production-------------------------------------
917 Production function in class:Production
[all...]

Completed in 4451 milliseconds