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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp3258 Interval* other_intervals; local
3259 create_unhandled_lists(&fixed_intervals, &other_intervals, is_precolored_cpu_interval, NULL);
3263 other_intervals = new Interval(any_reg);
3264 other_intervals->add_range(max_jint - 2, max_jint - 1);
3265 IntervalWalker* iw = new IntervalWalker(this, fixed_intervals, other_intervals);

Completed in 55 milliseconds