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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp119 bool state_check = false; // true if this production needs to check validity local
146 state_check = true;
174 if( cost_check || state_check ) {
178 status.set_cost_bounds(arrayIdx, cost, state_check, cost_check);

Completed in 101 milliseconds