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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DPerfCounter.java55 private final static int V_Constant = 1; field in class:PerfCounter
75 PerfCounter c = new PerfCounter(name, V_Constant);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DPerfDataEntry.java112 public static final int V_Constant = 1; field in interface:PerfDataEntry.PerfDataVariability
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp253 V_Constant = 1, enumerator in enum:PerfData::Variability
390 : PerfLong(ns, namep, u, V_Constant) {

Completed in 362 milliseconds