Searched defs:G1MMUTrackerQueue (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MMUTracker.hpp95 class G1MMUTrackerQueue: public G1MMUTracker { class in inherits:G1MMUTracker
129 G1MMUTrackerQueue(double time_slice, double max_gc_time);
H A Dg1MMUTracker.cpp44 G1MMUTrackerQueue::G1MMUTrackerQueue(double time_slice, double max_gc_time) : function in class:G1MMUTrackerQueue
50 void G1MMUTrackerQueue::remove_expired_entries(double current_time) {
62 double G1MMUTrackerQueue::calculate_gc_time(double current_time) {
78 void G1MMUTrackerQueue::add_pause(double start, double end, bool gc_thread) {
114 double G1MMUTrackerQueue::longest_pause(double current_time) {
124 double G1MMUTrackerQueue::longest_pause_internal(double current_time) {
149 double G1MMUTrackerQueue::when_sec(double current_time, double pause_time) {
159 double G1MMUTrackerQueue::when_internal(double current_time,

Completed in 29 milliseconds