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

/openjdk7/hotspot/src/share/vm/oops/
H A Dsymbol.hpp104 volatile int _refcount; member in class:Symbol
140 int refcount() const { return _refcount; }
226 if (_refcount >= 0) {
227 Atomic::inc(&_refcount);
233 if (_refcount >= 0) {
234 Atomic::dec(&_refcount);
236 if (_refcount < 0) {

Completed in 1004 milliseconds