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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp3677 _mapping_to(8),
3692 assert(_mapping_from.length() == 0 && _mapping_from_opr.length() == 0 && _mapping_to.length() == 0, "list must be empty before and after processing");
3701 assert(_mapping_from.length() == _mapping_to.length(), "length must be equal");
3713 for (i = 0; i < _mapping_to.length(); i++) {
3714 for (j = i + 1; j < _mapping_to.length(); j++) {
3715 assert(_mapping_to.at(i) != _mapping_to.at(j), "cannot write to same interval twice");
3738 for (i = 0; i < _mapping_to.length(); i++) {
3739 Interval* it = _mapping_to.at(i);
3756 for (i = 0; i < _mapping_to
[all...]
H A Dc1_LinearScan.hpp432 IntervalList _mapping_to; member in class:MoveResolver

Completed in 717 milliseconds