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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp96 void set_cost_bounds(const char *result, const Expr *cost, bool has_state_check, bool has_cost_check);
997 void ProductionState::set_cost_bounds(const char *result, const Expr *cost, bool has_state_check, bool has_cost_check) { argument
1004 } else if (has_state_check || _constraint != noConstraint) {

Completed in 34 milliseconds