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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.cpp162 void ParCompactionManager::region_list_push(uint list_index, argument
164 region_list(list_index)->push(region_index);
167 void ParCompactionManager::verify_region_list_empty(uint list_index) { argument
168 assert(region_list(list_index)->is_empty(), "Not empty");

Completed in 31 milliseconds