Searched defs:CounterTag (Results 1 - 1 of 1) 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);

Completed in 144 milliseconds