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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MMUTracker.hpp43 G1MMUTracker(double time_slice, double max_gc_time);
129 G1MMUTrackerQueue(double time_slice, double max_gc_time);
H A Dg1MMUTracker.cpp40 G1MMUTracker::G1MMUTracker(double time_slice, double max_gc_time) : argument
41 _time_slice(time_slice),
44 G1MMUTrackerQueue::G1MMUTrackerQueue(double time_slice, double max_gc_time) : argument
45 G1MMUTracker(time_slice, max_gc_time),
H A Dg1CollectorPolicy.cpp268 double time_slice = (double) GCPauseIntervalMillis / 1000.0; local
269 _mmu_tracker = new G1MMUTrackerQueue(time_slice, max_gc_time);

Completed in 37 milliseconds