Searched refs:CounterTag (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.hpp60 enum CounterTag { enum in class:NamedCounter
70 CounterTag _tag;
74 NamedCounter(const char *n, CounterTag tag = NoTag):
83 CounterTag tag() const { return _tag; }
84 void set_tag(CounterTag tag) { _tag = tag; }
317 static NamedCounter* new_named_counter(JVMState* jvms, NamedCounter::CounterTag tag);
H A Druntime.cpp1280 NamedCounter* OptoRuntime::new_named_counter(JVMState* youngest_jvms, NamedCounter::CounterTag tag) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpMsg.java267 benc.putInteger(((SnmpCounter)v).longValue(), SnmpValue.CounterTag) ;
396 case SnmpValue.CounterTag :

Completed in 47 milliseconds