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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp4082 _split_children(0),
4107 if (_split_children.length() > 0) {
4110 for (int i = 0; i < _split_children.length(); i++) {
4111 Interval* i1 = _split_children.at(i);
4117 for (int j = i + 1; j < _split_children.length(); j++) {
4118 Interval* i2 = _split_children.at(j);
4145 } else if (_register_hint->_split_children.length() > 0) {
4147 int len = _register_hint->_split_children.length();
4149 Interval* cur = _register_hint->_split_children.at(i);
4168 if (_split_children
[all...]
H A Dc1_LinearScan.hpp536 IntervalList _split_children; // list of all intervals that are split off from this interval (only available for split parents) member in class:Interval

Completed in 47 milliseconds