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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp698 Interval* inactive_first(IntervalKind kind) { check_bounds(kind); return _inactive_first[kind]; } function in class:IntervalWalker
H A Dc1_LinearScan.cpp4894 Interval* list = inactive_first(fixedKind);
4907 Interval* list = inactive_first(anyKind);
4942 Interval* list = inactive_first(fixedKind);
4963 Interval* list = inactive_first(anyKind);

Completed in 63 milliseconds