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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp622 void remove_first_use_pos() { _use_pos_and_kinds.truncate(_use_pos_and_kinds.length() - 2); } function in class:Interval
H A Dc1_LinearScan.cpp5725 cur->remove_first_use_pos();
5726 end_hint->remove_first_use_pos();

Completed in 50 milliseconds