Searched refs:_instance_count (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.hpp49 long _instance_count; member in class:KlassInfoEntry
54 _klass(k), _instance_count(0), _instance_words(0), _next(next)
59 long count() const { return _instance_count; }
60 void set_count(long ct) { _instance_count = ct; }
H A Dallocation.cpp373 NOT_PRODUCT(volatile jint Arena::_instance_count = 0;)
382 NOT_PRODUCT(Atomic::inc(&_instance_count);)
390 NOT_PRODUCT(Atomic::inc(&_instance_count);)
412 NOT_PRODUCT(Atomic::dec(&_instance_count);)
H A DheapInspection.cpp77 (jlong) _instance_count,
H A Dallocation.hpp417 NOT_PRODUCT(static volatile jint _instance_count;)
/openjdk7/hotspot/src/share/vm/services/
H A DmemRecorder.cpp53 volatile jint MemRecorder::_instance_count = 0; member in class:MemRecorder
57 Atomic::inc(&_instance_count);
95 Atomic::dec(&_instance_count);
H A DmemTrackWorker.cpp168 assert(count_recorder(rec) <= MemRecorder::_instance_count,
178 assert(count_recorder(_gen[_tail].peek()) <= MemRecorder::_instance_count,
H A DmemRecorder.hpp258 static volatile jint _instance_count; member in class:MemRecorder
H A DmemTracker.cpp432 _slowdown_calling_thread = (MemRecorder::_instance_count > MAX_RECORDER_THREAD_RATIO * _thread_count);
465 if (MemRecorder::_instance_count == 0) {
609 st->print_cr("\tArena instance = %d", Arena::_instance_count);
612 st->print_cr("\tmemory recorder instance count = %d", MemRecorder::_instance_count);

Completed in 41 milliseconds