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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp521 intStack _use_pos_and_kinds; // sorted list of use-positions and their according use-kinds member in class:Interval
562 int num_use_positions() const { return _use_pos_and_kinds.length() / 2; }
622 void remove_first_use_pos() { _use_pos_and_kinds.truncate(_use_pos_and_kinds.length() - 2); }

Completed in 336 milliseconds