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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DPerfMemory.java93 public boolean visit(PerfDataEntry pde); argument
103 PerfDataEntry pde = (PerfDataEntry) VMObjectFactory.newObject(
105 off += pde.entryLength();
106 if (visitor.visit(pde) == false) return;

Completed in 407 milliseconds