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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DPerfCounter.java57 private final static int V_Variable = 3; field in class:PerfCounter
71 return new PerfCounter(name, V_Variable);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DPerfDataEntry.java114 public static final int V_Variable = 3; field in interface:PerfDataEntry.PerfDataVariability
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp255 V_Variable = 3, enumerator in enum:PerfData::Variability
256 V_last = V_Variable
474 : PerfLongVariant(ns, namep, u, V_Variable,
478 : PerfLongVariant(ns, namep, u, V_Variable, sampled) { }
482 : PerfLongVariant(ns, namep, u, V_Variable,
566 : PerfString(ns, namep, V_Variable, max_length+1,

Completed in 37 milliseconds