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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DadjoiningVirtualSpaces.hpp74 size_t _min_high_byte_size; member in class:AdjoiningVirtualSpaces
91 size_t min_high_byte_size() { return _min_high_byte_size; }
105 return _reserved_space.size() - _min_high_byte_size;
H A DadjoiningVirtualSpaces.cpp34 _min_high_byte_size(min_high_byte_size), _low(0), _high(0),

Completed in 305 milliseconds