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

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

Completed in 32 milliseconds