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

/openjdk7/hotspot/src/share/vm/oops/
H A Dsymbol.cpp32 Symbol::Symbol(const u1* name, int length, int refcount) : _refcount(refcount), _length(length) { argument
202 st->print(" count %d", refcount());
H A Dsymbol.hpp124 Symbol(const u1* name, int length, int refcount);
140 int refcount() const { return _refcount; } function in class:Symbol
223 // Only increment the refcount if positive. If negative either

Completed in 160 milliseconds