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

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.hpp58 class NamedCounter : public CHeapObj<mtCompiler> { class in inherits:CHeapObj
71 NamedCounter* _next;
74 NamedCounter(const char *n, CounterTag tag = NoTag): function in class:NamedCounter
86 NamedCounter* next() const { return _next; }
87 void set_next(NamedCounter* next) {
94 class BiasedLockingNamedCounter : public NamedCounter {
100 NamedCounter(n, BiasedLockingCounter), _counters() {}
312 static NamedCounter * volatile _named_counters;
317 static NamedCounter* new_named_counter(JVMState* jvms, NamedCounter
[all...]

Completed in 31 milliseconds