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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp37 static const char *dfa_production = "DFA_PRODUCTION"; variable
166 const char *production = (validity_check == knownValid) ? dfa_production : dfa_production_set_valid;
401 fprintf(fp, "#define %s(result, rule, cost)\\\n", dfa_production);
408 fprintf(fp, " %s( (result), (rule), (cost) ); STATE__SET_VALID( (result) );\n", dfa_production);

Completed in 110 milliseconds