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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp1019 uint end_latency = _node_latency->at_grow(LCA->_nodes[LCA->end_idx()]->_idx); local
1044 end_latency,
1085 end_latency = end_lat;
1099 if (target < end_latency) {
1102 tty->print_cr("# Change latency for [%4d] from %d to %d", self->_idx, target, end_latency);
1105 _node_latency->at_put_grow(self->_idx, end_latency);

Completed in 37 milliseconds