Searched defs:start_time (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp208 jlong start_time() const { return _start_time; } function in class:AdvancedThresholdPolicy
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MMUTracker.hpp78 inline double start_time() { return _start_time; } function in class:VALUE_OBJ_CLASS_SPEC
87 G1MMUTrackerQueueElem(double start_time, double end_time) { argument
88 _start_time = start_time;
H A Dg1CollectedHeap.cpp2520 void G1CollectedHeap::register_concurrent_cycle_start(jlong start_time) { argument
2522 _gc_timer_cm->register_gc_start(start_time);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DStatisticImpl.java57 long start_time, long sample_time) {
77 startTime = start_time;
56 StatisticImpl(String name, String unit, String desc, long start_time, long sample_time) argument
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp129 jlong start_time() { return _start_time; } function in class:GCStatInfo
H A Djmm.h182 jlong start_time; /* Start time of the GC */ member in struct:__anon477
/openjdk7/jdk/src/share/javavm/export/
H A Djmm.h182 jlong start_time; /* Start time of the GC */ member in struct:__anon571
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2610 void SystemDictionary::post_class_load_event(TracingTime start_time, argument
2617 event.set_starttime(start_time);

Completed in 121 milliseconds