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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp1723 int n_pos = pos + 1; local
1725 for (int i = _block.length() - 1; i >= n_pos; i--) {
1728 for (int j = _node_info.length() - 1; j >= n_pos; j--) {
1732 _block.at_put_grow(n_pos, n);
1733 _node_info.at_put_grow(n_pos, SWNodeInfo::initial);
1735 for (int i = n_pos; i < _block.length(); i++) {

Completed in 36 milliseconds