Searched defs:dirty_size (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp195 uint dirty_size(uint bot, uint top) const { function in class:TaskQueueSuper
201 uint sz = dirty_size(bot, top);
233 uint dirty_size() const { function in class:TaskQueueSuper
234 return dirty_size(_bottom, _age.top());
265 using TaskQueueSuper<N, F>::dirty_size;
378 assert(dirty_size(localBot, _age.top()) != N - 1, "sanity");
387 assert(dirty_size(localBot, _age.top()) != N - 1, "sanity");
407 assert(dirty_size(localBot, newAge.top()) != N - 1, "sanity");
682 uint dirty_n_elems = dirty_size(localBot, top);
702 uint dirty_n_elems = dirty_size(localBo
[all...]

Completed in 32 milliseconds