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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp142 void set_bfr_surp(ssize_t v) { _bfr_surp = v; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp215 void set_bfr_surp(ssize_t v) { function in class:VALUE_OBJ_CLASS_SPEC
217 _allocation_stats.set_bfr_surp(v);

Completed in 23 milliseconds