Searched defs:generations (Results 1 - 5 of 5) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/ |
H A D | gcPolicyCounters.cpp | 30 int generations) { 45 cname = PerfDataManager::counter_name(_name_space, "generations"); 47 generations, CHECK); 29 GCPolicyCounters(const char* name, int collectors, int generations) argument
|
H A D | gcAdaptivePolicyCounters.cpp | 34 int generations, 36 : GCPolicyCounters(name, collectors, generations), 32 GCAdaptivePolicyCounters(const char* name, int collectors, int generations, AdaptiveSizePolicy* size_policy_arg) argument
|
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ |
H A D | cmsGCAdaptivePolicyCounters.cpp | 31 int generations, 35 generations, 29 CMSGCAdaptivePolicyCounters(const char* name_arg, int collectors, int generations, AdaptiveSizePolicy* size_policy_arg) argument
|
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/ |
H A D | psGCAdaptivePolicyCounters.cpp | 34 int generations, 38 generations, 32 PSGCAdaptivePolicyCounters(const char* name_arg, int collectors, int generations, PSAdaptiveSizePolicy* size_policy_arg) argument
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | collectorPolicy.hpp | 34 // This includes initialization of generations and any other 182 // of its generations being fully allocated. 262 virtual GenerationSpec **generations() { function in class:GenCollectorPolicy
|
Completed in 36 milliseconds