Searched refs:_direct_allocated_words (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1065 size_t _direct_allocated_words; member in class:ConcurrentMarkSweepGeneration
1216 size_t direct_allocated_words() const { return _direct_allocated_words; }
1217 void reset_direct_allocated_words() { _direct_allocated_words = 0; }
H A DconcurrentMarkSweepGeneration.cpp204 _direct_allocated_words = 0;
1031 _direct_allocated_words += adjustedSize;

Completed in 53 milliseconds