Searched refs:longest_pause (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MMUTracker.hpp46 virtual double longest_pause(double current_time) = 0;
133 virtual double longest_pause(double current_time);
H A Dg1MMUTracker.cpp114 double G1MMUTrackerQueue::longest_pause(double current_time) { function in class:G1MMUTrackerQueue
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp164 jlong TimePartitions::longest_pause() { function in class:TimePartitions
213 assert(time_partitions.longest_pause() == 8-2, "Incorrect");
231 assert(time_partitions.longest_pause() == 2, "Incorrect");
249 assert(time_partitions.longest_pause() == 3, "Incorrect");
273 assert(time_partitions.longest_pause() == 7, "Incorrect");
302 assert(time_partitions.longest_pause() == 9, "Incorrect");
340 assert(time_partitions.longest_pause() == 15, "Incorrect");
H A DgcTimer.hpp120 jlong longest_pause();
152 long longest_pause();
H A DgcTrace.hpp86 jlong longest_pause() const { return _longest_pause; } function in class:VALUE_OBJ_CLASS_SPEC
H A DgcTrace.cpp72 _shared_gc_info.set_longest_pause(time_partitions->longest_pause());
H A DgcTraceSend.cpp49 event.set_longestPause(_shared_gc_info.longest_pause());

Completed in 142 milliseconds