Searched refs:is_updated (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.cpp86 assert(is_updated(), "must not look clear");
94 assert(is_updated(), "must not be clear");
100 assert(is_updated(), "must not be clear");
109 assert(is_updated(), "must not be clear");
H A Dtimer.hpp59 bool is_updated() const { return _counter != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.hpp243 if (!ts.is_updated()) {
H A DconcurrentMarkSweepGeneration.inline.hpp306 if (_gc0_begin_time.is_updated()) {
/openjdk7/hotspot/src/share/vm/services/
H A DruntimeService.cpp128 if (_app_timer.is_updated()) {
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp198 if (! _stamp.is_updated()) {

Completed in 47 milliseconds