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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp112 // cost_check template:
117 static void cost_check(FILE *fp, const char *spaces, function
120 bool cost_check = false; // true if this production needs to check cost local
147 cost_check = true;
160 cost_check = true;
174 if( cost_check || state_check ) {
178 status.set_cost_bounds(arrayIdx, cost, state_check, cost_check);
272 cost_check(fp, spaces6, ArchDesc::getMachOperEnum(mList._resultStr), cost, mList._opcode, status);
305 cost_check(fp, indent, ArchDesc::getMachOperEnum(oclass), cost, result_type, status);
342 cost_check(f
[all...]

Completed in 2025 milliseconds