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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp278 bool pop_local_slow(uint localBot, Age oldAge);
342 uint localBot = _bottom; local
344 const_cast<E&>(_elems[localBot] = t);
345 OrderAccess::release_store(&_bottom, increment_index(localBot));
359 bool GenericTaskQueue<E, F, N>::pop_local_slow(uint localBot, Age oldAge) { argument
369 Age newAge((idx_t)localBot, oldAge.tag() + 1);
372 if (localBot == oldAge.top()) {
378 assert(dirty_size(localBot, _age.top()) != N - 1, "sanity");
387 assert(dirty_size(localBot, _age.top()) != N - 1, "sanity");
394 uint localBot local
679 uint localBot = _bottom; local
[all...]

Completed in 31 milliseconds