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

/openjdk7/hotspot/src/share/vm/trace/
H A DnoTraceBackend.hpp29 typedef jlong TracingTime; typedef
34 static TracingTime time() {
H A DtraceTime.hpp30 typedef jlong TracingTime; typedef
H A DtraceBackend.hpp43 static TracingTime time() {
47 static TracingTime time_adjustment(jlong time) {
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp619 static void post_class_load_event(TracingTime start_time, instanceKlassHandle k,
681 static TracingTime _class_unload_time;
H A DsystemDictionary.cpp588 TracingTime class_load_start_time = Tracing::time();
949 TracingTime class_load_start_time = Tracing::time();
2610 void SystemDictionary::post_class_load_event(TracingTime start_time,
2651 TracingTime SystemDictionary::_class_unload_time;

Completed in 240 milliseconds