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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp277 bool push_slow(E t, uint dirty_n_elems);
339 bool GenericTaskQueue<E, F, N>::push_slow(E t, uint dirty_n_elems) { function in class:GenericTaskQueue
691 return push_slow(t, dirty_n_elems);

Completed in 30 milliseconds