Searched refs:set_committed (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsVirtualspace.cpp48 set_committed(reserved_low_addr(), reserved_low_addr());
56 set_committed(reserved_low_addr(), reserved_low_addr());
68 set_committed(reserved_low_addr(), reserved_low_addr());
177 other_space->set_committed(other_space->committed_low_addr() + tmp_bytes,
254 set_committed(reserved_high_addr(), reserved_high_addr());
260 set_committed(reserved_high_addr(), reserved_high_addr());
346 other_space->set_committed(other_space->committed_low_addr(),
H A DpsVirtualspace.hpp87 inline void set_committed(char* low_addr, char* high_addr);
177 inline void PSVirtualSpace::set_committed(char* low_addr, char* high_addr) { function in class:PSVirtualSpace

Completed in 198 milliseconds