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

/openjdk7/hotspot/src/share/vm/code/
H A Dstubs.cpp163 void StubQueue::remove_first() { function in class:StubQueue
186 void StubQueue::remove_first(int n) { function in class:StubQueue
188 while (i-- > 0) remove_first();
194 remove_first(number_of_stubs());
H A Dstubs.hpp212 void remove_first(); // remove the first stub in the queue
213 void remove_first(int n); // remove the first n stubs in the queue

Completed in 30 milliseconds