Searched refs:G1CollectorPolicy (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsurvRateGroup.hpp30 class G1CollectorPolicy;
34 G1CollectorPolicy* _g1p;
52 SurvRateGroup(G1CollectorPolicy* g1p,
H A Dg1CollectorPolicy.cpp81 G1CollectorPolicy::G1CollectorPolicy() : function in class:G1CollectorPolicy
310 void G1CollectorPolicy::initialize_flags() {
395 void G1CollectorPolicy::init() {
417 void G1CollectorPolicy::initialize_gc_policy_counters() {
421 bool G1CollectorPolicy::predict_will_fit(uint young_length,
452 void G1CollectorPolicy::record_new_heap_size(uint new_number_of_regions) {
462 uint G1CollectorPolicy::calculate_young_list_desired_min_length(
480 uint G1CollectorPolicy::calculate_young_list_desired_max_length() {
487 void G1CollectorPolicy
[all...]
H A Dg1RemSet.hpp58 G1CollectorPolicy* _g1p;
H A Dg1CollectorPolicy.hpp32 // A G1CollectorPolicy makes policy decisions that determine the
153 class G1CollectorPolicy: public CollectorPolicy { class in inherits:CollectorPolicy
637 G1CollectorPolicy();
639 virtual G1CollectorPolicy* as_g1_policy() { return this; }
H A DconcurrentG1RefineThread.cpp75 G1CollectorPolicy* g1p = g1h->g1_policy();
H A DconcurrentMarkThread.cpp85 G1CollectorPolicy* g1_policy = g1h->g1_policy();
H A Dg1CollectedHeap.hpp59 class G1CollectorPolicy;
491 G1CollectorPolicy* _g1_policy;
1093 G1CollectedHeap(G1CollectorPolicy* policy);
1123 G1CollectorPolicy* g1_policy() const { return _g1_policy; }
H A DsurvRateGroup.cpp32 SurvRateGroup::SurvRateGroup(G1CollectorPolicy* g1p,
H A DconcurrentMark.cpp720 G1CollectorPolicy* g1p = g1h->g1_policy();
777 G1CollectorPolicy* g1p = g1h->g1_policy();
1163 G1CollectorPolicy* g1p = g1h->g1_policy();
1865 G1CollectorPolicy* g1p = G1CollectedHeap::heap()->g1_policy();
3944 G1CollectorPolicy* g1_policy = _g1h->g1_policy();
H A DheapRegion.cpp390 G1CollectorPolicy* g1p = g1h->g1_policy();
H A Dg1CollectedHeap.cpp468 G1CollectorPolicy* g1p = g1h->g1_policy();
1905 G1CollectedHeap::G1CollectedHeap(G1CollectorPolicy* policy_) :
3542 // The "G1CollectorPolicy" is keeping track of these stats, so delegate
4651 G1CollectorPolicy* g1p = _g1->g1_policy();
6036 G1CollectorPolicy* policy = g1_policy();
/openjdk7/hotspot/src/share/vm/memory/
H A DcollectorPolicy.hpp52 class G1CollectorPolicy;
143 virtual G1CollectorPolicy* as_g1_policy() { return NULL; }
H A Duniverse.cpp899 G1CollectorPolicy* g1p = new G1CollectorPolicy();

Completed in 88 milliseconds