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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp669 Interval** inactive_first_addr(IntervalKind kind) { check_bounds(kind); return &_inactive_first[kind]; } function in class:IntervalWalker
H A Dc1_LinearScan.cpp4663 deleted = remove_from_list(inactive_first_addr(anyKind), i);
4673 Interval** prev = state == activeState ? active_first_addr(kind) : inactive_first_addr(kind);
4706 append_sorted(inactive_first_addr(kind), cur);

Completed in 70 milliseconds