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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp77 nofKinds, enumerator in enum:IntervalKind
106 for (IntervalKind kind = firstKind; kind < nofKinds; kind = (IntervalKind)(kind + 1))
649 Interval* _unhandled_first[nofKinds]; // sorted list of intervals, not life before the current position
650 Interval* _active_first [nofKinds]; // sorted list of intervals, life at the current position
651 Interval* _inactive_first [nofKinds]; // sorted list of intervals, intervals in a life time hole at the current position

Completed in 37 milliseconds