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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp545 int calc_to();
561 int to() { if (_cached_to == -1) _cached_to = calc_to(); assert(_cached_to == calc_to(), "invalid cached value"); return _cached_to; }
H A Dc1_LinearScan.cpp4093 int Interval::calc_to() { function in class:Interval

Completed in 50 milliseconds