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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp42 // + split_births(between) - split_deaths(between)
103 >= split_deaths() + coal_deaths() + (ssize_t)count, // "Current stock + depletion"
107 - split_deaths() - coal_deaths();
160 ssize_t split_deaths() const { return _split_deaths; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp270 ssize_t split_deaths() const { function in class:VALUE_OBJ_CLASS_SPEC
271 return _allocation_stats.split_deaths();

Completed in 305 milliseconds