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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DobjectCountEventSender.cpp41 event.set_endtime(timestamp);
H A DgcTraceSend.cpp51 event.set_endtime(_shared_gc_info.end_timestamp());
72 e.set_endtime(_shared_gc_info.end_timestamp());
83 e.set_endtime(_shared_gc_info.end_timestamp());
93 e.set_endtime(_shared_gc_info.end_timestamp());
133 e.set_endtime(_shared_gc_info.end_timestamp());
251 event.set_endtime(pause->end());
/openjdk7/hotspot/src/share/vm/trace/
H A DtraceEvent.hpp93 static_cast<T *>(this)->set_endtime(Tracing::time());
105 void set_endtime(jlong time) { function in class:TraceEvent
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp335 event.set_endtime(sweep_end_counter);
588 event.set_endtime(disconnect_end_counter);
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp566 event.set_endtime(os::elapsed_counter());
584 event.set_endtime(os::elapsed_counter());
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2616 event.set_endtime(Tracing::time());
2666 event.set_endtime(_class_unload_time);

Completed in 57 milliseconds