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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp651 Interval* _inactive_first [nofKinds]; // sorted list of intervals, intervals in a life time hole at the current position member in class:IntervalWalker
669 Interval** inactive_first_addr(IntervalKind kind) { check_bounds(kind); return &_inactive_first[kind]; }
698 Interval* inactive_first(IntervalKind kind) { check_bounds(kind); return _inactive_first[kind]; }

Completed in 37 milliseconds