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

/openjdk7/hotspot/src/share/vm/memory/
H A DcollectorPolicy.hpp164 virtual GenRemSet::Name rem_set_name() = 0;
319 GenRemSet::Name rem_set_name() { return GenRemSet::CardTable; } function in class:TwoGenerationCollectorPolicy
H A DcollectorPolicy.cpp164 switch (rem_set_name()) {
221 size_t alignment = GenRemSet::max_alignment_constraint(rem_set_name());
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp671 GenRemSet::Name rem_set_name() { return GenRemSet::CardTable; } function in class:G1CollectorPolicy
H A Dg1CollectorPolicy.cpp312 size_t card_table_alignment = GenRemSet::max_alignment_constraint(rem_set_name());

Completed in 55 milliseconds