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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp131 void set_desired(ssize_t v) { _desired = v; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp175 void set_desired(ssize_t v) { function in class:VALUE_OBJ_CLASS_SPEC
177 _allocation_stats.set_desired(v);

Completed in 295 milliseconds