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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DPerfMemory.java93 public boolean visit(PerfDataEntry pde);
103 PerfDataEntry pde = (PerfDataEntry) VMObjectFactory.newObject(
104 PerfDataEntry.class, addr.addOffsetTo(off));
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/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DJSnap.java37 public boolean visit(PerfDataEntry pde) {
/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
H A DperfData.cpp117 FREE_C_HEAP_ARRAY(PerfDataEntry, _pdep, mtInternal);
126 size_t size = sizeof(PerfDataEntry) + namelen;
145 char* cname = psmp + sizeof(PerfDataEntry);
158 PerfDataEntry* pdep = (PerfDataEntry*)psmp;
H A DvmStructs.cpp644 nonstatic_field(PerfDataEntry, entry_length, jint) \
645 nonstatic_field(PerfDataEntry, name_offset, jint) \
646 nonstatic_field(PerfDataEntry, vector_length, jint) \
647 nonstatic_field(PerfDataEntry, data_type, jbyte) \
648 nonstatic_field(PerfDataEntry, flags, jbyte) \
649 nonstatic_field(PerfDataEntry, data_units, jbyte) \
650 nonstatic_field(PerfDataEntry, data_variability, jbyte) \
651 nonstatic_field(PerfDataEntry, data_offset, jint) \
1538 declare_toplevel_type(PerfDataEntry) \
H A DperfData.hpp284 PerfDataEntry* _pdep;
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DPerfDataEntry.java32 class PerfDataEntry { class
69 PerfDataEntry(ByteBuffer b) { method in class:PerfDataEntry
H A DPerfInstrumentation.java102 PerfDataEntry entry = new PerfDataEntry(buffer);

Completed in 50 milliseconds