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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp157 void set_split_births(ssize_t v) { _split_births = v; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp261 void set_split_births(ssize_t v) { function in class:VALUE_OBJ_CLASS_SPEC
263 _allocation_stats.set_split_births(v);

Completed in 30 milliseconds