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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp696 MIN2(unaligned_new_high, upper_high_boundary());
740 upper_high() <= upper_high_boundary(),
773 upper_high() + upper_needs <= upper_high_boundary(),
856 upper_high() <= upper_high_boundary(),
868 aligned_upper_new_high + upper_needs <= upper_high_boundary(),
913 upper_high() <= upper_high_boundary(),
917 assert(upper_high_boundary() <= high_boundary(), "upper high boundary");
H A Dvirtualspace.hpp204 char* upper_high_boundary() const { return _upper_high_boundary; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 75 milliseconds