Searched refs:decrement_surplus (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp139 void decrement_surplus() { _surplus--; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp207 void decrement_surplus() { function in class:VALUE_OBJ_CLASS_SPEC
209 _allocation_stats.decrement_surplus();
H A DbinaryTreeDictionary.cpp867 nd->decrement_surplus();
875 nd->decrement_surplus();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2264 fl->decrement_surplus();
2298 fl->decrement_surplus();

Completed in 611 milliseconds