Searched refs:_strong_roots_time (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp115 double _strong_roots_time; member in class:ParScanThreadState
215 _strong_roots_time += (os::elapsedTime() - _start_strong_roots);
217 double strong_roots_time() const { return _strong_roots_time; }
H A DparNewGeneration.cpp83 _strong_roots_time(0.0), _term_time(0.0)
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1825 double _strong_roots_time;
1962 _strong_roots_time += (os::elapsedTime() - _start_strong_roots);
1964 double strong_roots_time() const { return _strong_roots_time; }
H A Dg1CollectedHeap.cpp4492 _strong_roots_time(0), _term_time(0),

Completed in 94 milliseconds