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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp162 void increment_split_deaths() { _split_deaths++; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp277 void increment_split_deaths() { function in class:VALUE_OBJ_CLASS_SPEC
279 _allocation_stats.increment_split_deaths();

Completed in 23 milliseconds