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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.hpp388 inline PerfClassTraceTime(PerfLongCounter* timep, /* counter incremented with inclusive time */ argument
394 _timep(timep), _selftimep(selftimep), _eventp(eventp), _recursion_counters(recursion_counters), _timers(timers), _event_type(type) {
398 inline PerfClassTraceTime(PerfLongCounter* timep, /* counter incremented with inclusive time */ argument
401 _timep(timep), _selftimep(NULL), _eventp(NULL), _recursion_counters(NULL), _timers(timers), _event_type(type) {

Completed in 316 milliseconds