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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp174 // Declares that only regions i s.t. 0 <= i < new_n_regs are in use.
176 static void shrink_from_card_cache(size_t new_n_regs);
321 // Declares that only regions i s.t. 0 <= i < new_n_regs are in use.
322 static void shrink_heap(uint new_n_regs) { argument
323 OtherRegionsTable::shrink_from_card_cache((size_t) new_n_regs);
H A DheapRegionRemSet.cpp375 void OtherRegionsTable::shrink_from_card_cache(size_t new_n_regs) { argument
377 assert(new_n_regs <= _from_card_cache_max_regions, "Must be within max.");
378 for (size_t j = new_n_regs; j < _from_card_cache_max_regions; j++) {

Completed in 50 milliseconds