Searched defs:remove_first (Results 1 - 1 of 1) 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());

Completed in 28 milliseconds