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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp649 Interval* _unhandled_first[nofKinds]; // sorted list of intervals, not life before the current position member in class:IntervalWalker
667 Interval** unhandled_first_addr(IntervalKind kind) { check_bounds(kind); return &_unhandled_first[kind]; }
696 Interval* unhandled_first(IntervalKind kind) { check_bounds(kind); return _unhandled_first[kind]; }

Completed in 37 milliseconds