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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.cpp163 size_t region_index) {
164 region_list(list_index)->push(region_index);
213 size_t region_index; local
214 while (region_stack()->pop_overflow(region_index)) {
215 PSParallelCompact::fill_and_update_region(this, region_index);
218 while (region_stack()->pop_local(region_index)) {
219 PSParallelCompact::fill_and_update_region(this, region_index);
162 region_list_push(uint list_index, size_t region_index) argument
H A DpcTasks.cpp266 size_t region_index = 0; local
273 if (ParCompactionManager::steal(which, &random_seed, region_index)) {
274 PSParallelCompact::fill_and_update_region(cm, region_index);
H A DpsCompactionManager.hpp166 static void region_list_push(uint stack_index, size_t region_index);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.cpp371 bool RSHashTable::contains_card(RegionIdx_t region_index, CardIdx_t card_index) const { argument
372 SparsePRTEntry* e = entry_for_region_ind(region_index);

Completed in 100 milliseconds