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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.inline.hpp301 inline bool CMSStats::valid() const {
305 inline void CMSStats::record_gc0_begin() {
318 inline void CMSStats::record_gc0_end(size_t cms_gen_bytes_used) {
349 inline void CMSStats::record_cms_begin() {
363 inline void CMSStats::record_cms_end() {
384 inline double CMSStats::cms_time_since_begin() const {
388 inline double CMSStats::cms_time_since_end() const {
392 inline double CMSStats::promotion_rate() const {
397 inline double CMSStats::cms_allocation_rate() const {
402 inline double CMSStats
[all...]
H A DconcurrentMarkSweepGeneration.hpp329 class CMSStats VALUE_OBJ_CLASS_SPEC {
399 CMSStats(ConcurrentMarkSweepGeneration* cms_gen,
610 // XXX Move these to CMSStats ??? FIX ME !!!
726 CMSStats _stats;
1000 CMSStats& stats() { return _stats; }
1064 // Words directly allocated, used by CMSStats.
1214 // Used by CMSStats to track direct allocation. The value is sampled and
H A DconcurrentMarkSweepGeneration.cpp354 CMSStats::CMSStats(ConcurrentMarkSweepGeneration* cms_gen, unsigned int alpha): function in class:CMSStats
381 double CMSStats::cms_free_adjustment_factor(size_t free) const {
386 void CMSStats::adjust_cms_free_adjustment_factor(bool fail, size_t free) {
392 double CMSStats::time_until_cms_gen_full() const {
412 gclog_or_tty->print_cr("CMSStats::time_until_cms_gen_full: cms_free "
433 double CMSStats::time_until_cms_start() const {
459 unsigned int CMSStats::icms_damped_duty_cycle(unsigned int old_duty_cycle,
487 unsigned int CMSStats::icms_update_duty_cycle_impl() {
523 void CMSStats
[all...]

Completed in 43 milliseconds