Searched defs:generations (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcPolicyCounters.cpp30 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 DgcAdaptivePolicyCounters.cpp34 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 DcmsGCAdaptivePolicyCounters.cpp31 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 DpsGCAdaptivePolicyCounters.cpp34 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 DcollectorPolicy.hpp34 // 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 32 milliseconds