Searched refs:_exits (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp385 : _exits(caller)
714 _exits.set_map(_exits.clone_map());
715 _exits.clean_stack(_exits.sp());
716 _exits.sync_jvms();
721 _exits.set_control(region);
726 _exits.set_i_o(iophi);
727 _exits.set_all_memory(memphi);
741 _exits
[all...]
H A Dgcm.cpp1643 for (int k = 0; k < lp->_exits.length(); k++) {
1644 Block* eb = lp->_exits.at(k).get_target();
1645 float prob = lp->_exits.at(k).get_prob();
1658 for (int i = 0; i < _exits.length(); i++) {
1659 exits_sum += _exits.at(i).get_prob();
1666 for (int i = 0; i < _exits.length(); i++) {
1667 Block* et = _exits.at(i).get_target();
1669 if (_exits.at(i).get_prob() > 0.0f) {
1670 new_prob = _exits.at(i).get_prob() / exits_sum;
1673 _exits
[all...]
H A Dparse.hpp329 GraphKit _exits; // Record all normal returns and throws here. member in class:Parse
368 GraphKit& exits() { return _exits; }
H A Dblock.hpp532 GrowableArray<BlockProbPair> _exits; // list of successor blocks and their probabilities

Completed in 1287 milliseconds