Searched defs:split_births (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)
102 assert(prev_sweep() + split_births() + coal_births() // "Total Production Stock"
106 ssize_t demand = prev_sweep() - (ssize_t)count + split_births() + coal_births()
156 ssize_t split_births() const { return _split_births; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp258 ssize_t split_births() const { function in class:VALUE_OBJ_CLASS_SPEC
259 return _allocation_stats.split_births();

Completed in 798 milliseconds