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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1150 bool first_constraint = true; local
1154 fprintf(fp, "\n%s%s", indentation, (!first_constraint ? "&& " : " "));
1305 first_constraint = false;

Completed in 42 milliseconds