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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.inline.hpp32 inline PSPromotionManager* PSPromotionManager::manager_array(int index) { function in class:PSPromotionManager
33 assert(_manager_array != NULL, "access of NULL manager_array");
34 assert(index >= 0 && index <= (int)ParallelGCThreads, "out of range manager_array access");
H A DpsCompactionManager.hpp144 inline static ParCompactionManager* manager_array(int index);
210 inline ParCompactionManager* ParCompactionManager::manager_array(int index) { function in class:ParCompactionManager
211 assert(_manager_array != NULL, "access of NULL manager_array");
213 "out of range manager_array access");

Completed in 40 milliseconds