Searched defs:set_cost_bounds (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);
178 status.set_cost_bounds(arrayIdx, cost, state_check, cost_check);
997 void ProductionState::set_cost_bounds(const char *result, const Expr *cost, bool has_state_check, bool has_cost_check) { function in class:ProductionState

Completed in 202 milliseconds