Searched defs:_timestamp (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTrace.cpp100 const jlong _timestamp; member in class:ObjectCountEventSenderClosure
107 _timestamp(timestamp)
112 ObjectCountEventSender::send(entry, _gc_id, _timestamp);
/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.hpp86 time_t _timestamp; // jar timestamp. member in struct:FileMapInfo::FileMapHeader::__anon255
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp117 long _timestamp; member in class:VM_Operation
133 long timestamp() const { return _timestamp; }
134 void set_timestamp(long timestamp) { _timestamp = timestamp; }

Completed in 32 milliseconds