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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp690 // lower_high() and upper_high() respectively.
727 if (aligned_upper_new_high > upper_high()) {
729 pointer_delta(aligned_upper_new_high, upper_high(), sizeof(char));
739 assert(middle_high_boundary() <= upper_high() &&
740 upper_high() <= upper_high_boundary(),
772 assert(middle_high_boundary() <= upper_high() &&
773 upper_high() + upper_needs <= upper_high_boundary(),
775 if (!os::commit_memory(upper_high(), upper_needs, _executable)) {
778 upper_high(), upper_needs, _executable);)
839 if (aligned_upper_new_high < upper_high()) {
[all...]
H A Dvirtualspace.hpp200 char* upper_high() const { return _upper_high; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 33 milliseconds