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

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp584 int _from_pct; member in class:CFGEdge
588 int from_pct() const { return _from_pct; }
602 _from_pct(from_pct), _to_pct(to_pct), _state(open) {

Completed in 869 milliseconds