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

/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessorStats.hpp47 ReferenceProcessorStats(size_t soft_count, argument
51 _soft_count(soft_count),
57 size_t soft_count() const { function in class:ReferenceProcessorStats
H A DreferenceProcessor.cpp218 size_t soft_count = 0; local
221 soft_count =
268 return ReferenceProcessorStats(soft_count, weak_count, final_count, phantom_count);

Completed in 32 milliseconds