Searched refs:filter_young (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.cpp391 // We can pass false as the "filter_young" parameter here as:
409 false /* filter_young */,
662 bool filter_young = true; local
667 filter_young,
H A DheapRegion.cpp628 bool filter_young,
630 // Currently, we should only have to clean the card if filter_young
632 if (filter_young) {
656 if (is_young() && filter_young) {
660 assert(!is_young(), "check value of filter_young");
626 oops_on_card_seq_iterate_careful(MemRegion mr, FilterOutOfRegionClosure* cl, bool filter_young, jbyte* card_ptr) argument
H A DheapRegion.hpp757 // filter_young: if true and the region is a young region then we
765 bool filter_young,

Completed in 38 milliseconds