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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp161 void set_split_deaths(ssize_t v) { _split_deaths = v; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp273 void set_split_deaths(ssize_t v) { function in class:VALUE_OBJ_CLASS_SPEC
275 _allocation_stats.set_split_deaths(v);

Completed in 47 milliseconds