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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DPerfDataEntry.java33 public class PerfDataEntry extends VMObject { class in inherits:VMObject
52 Type type = db.lookupType("PerfDataEntry");
63 public PerfDataEntry(Address addr) { method in class:PerfDataEntry
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfMemory.hpp32 * - Major Version - change whenever the structure of PerfDataEntry changes
33 * - Minor Version - change whenever the data within the PerfDataEntry
70 jint entry_offset; // offset of the first PerfDataEntry
74 /* The PerfDataEntry structure defines the fixed portion of an entry
100 } PerfDataEntry; typedef in typeref:struct:__anon421
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DPerfDataEntry.java32 class PerfDataEntry { class
69 PerfDataEntry(ByteBuffer b) { method in class:PerfDataEntry

Completed in 591 milliseconds