Searched refs:active_first (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp77 Interval* interval = iw.active_first(fixedKind);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp697 Interval* active_first(IntervalKind kind) { check_bounds(kind); return _active_first[kind]; } function in class:IntervalWalker
H A Dc1_LinearScan.cpp2388 for (Interval* interval = iw->active_first(fixedKind); interval != Interval::end(); interval = interval->next()) {
3296 for (Interval* interval = iw->active_first(fixedKind);
4877 Interval* list = active_first(fixedKind);
4886 Interval* list = active_first(anyKind);
4926 Interval* list = active_first(fixedKind);
4955 Interval* list = active_first(anyKind);

Completed in 457 milliseconds