Searched defs:_start_time (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp162 jlong _start_time; member in class:AdvancedThresholdPolicy
207 void set_start_time(jlong t) { _start_time = t; }
208 jlong start_time() const { return _start_time; }
218 AdvancedThresholdPolicy() : _start_time(0) { }
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MMUTracker.hpp74 double _start_time; member in class:VALUE_OBJ_CLASS_SPEC
78 inline double start_time() { return _start_time; }
80 inline double duration() { return _end_time - _start_time; }
83 _start_time = 0.0;
88 _start_time = start_time;
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp114 jlong _start_time; member in class:GCStatInfo
129 jlong start_time() { return _start_time; }
145 void set_start_time(jlong time) { _start_time = time; }

Completed in 213 milliseconds