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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsVirtualspace.hpp77 char* committed_high_addr() const { return _committed_high_addr; } function in class:PSVirtualSpace
121 char* high() const { return committed_high_addr(); }
156 return pointer_delta(committed_high_addr(), committed_low_addr());

Completed in 29 milliseconds