Searched refs:set_starttime (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/trace/
H A DtraceEvent.hpp70 static_cast<T *>(this)->set_starttime(Tracing::time());
101 void set_starttime(jlong time) { function in class:TraceEvent
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceSend.cpp50 event.set_starttime(_shared_gc_info.start_timestamp());
71 e.set_starttime(_shared_gc_info.start_timestamp());
82 e.set_starttime(_shared_gc_info.start_timestamp());
92 e.set_starttime(_shared_gc_info.start_timestamp());
132 e.set_starttime(_shared_gc_info.start_timestamp());
250 event.set_starttime(pause->start());
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp334 event.set_starttime(sweep_start_counter);
587 event.set_starttime(disconnect_start_counter);
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp565 event.set_starttime(C->_latest_stage_start_counter);
583 event.set_starttime(C->_latest_stage_start_counter);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2617 event.set_starttime(start_time);

Completed in 2580 milliseconds