Searched refs:refcount (Results 1 - 7 of 7) 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
H A DconstantPoolKlass.cpp464 guarantee(entry.get_symbol()->refcount() != 0, "should have nonzero reference count");
471 guarantee(entry.get_symbol()->refcount() != 0, "should have nonzero reference count");
H A DconstantPoolOop.hpp285 assert(s->refcount() != 0, "should have nonzero refcount");
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp54 // refcount starts as 1
109 if (s->refcount() == 0) {
371 assert(test->refcount() != 0, "lookup should have incremented the count");
420 assert(test->refcount() != 0, "lookup should have incremented the count");
558 tty->print(" %d", entry->literal()->refcount());
H A DclassFileParser.cpp662 assert(cp->symbol_at(index)->refcount() != 0, "count corrupted");
3078 // its reference count. Caller will decrement the refcount.
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp140 return sym->refcount() > 0 ? NULL : (Symbol*)(_start - sym->refcount());
180 assert(sym->refcount() > 0, "should have positive reference count");

Completed in 61 milliseconds