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

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp192 if (is_info_bottom() && ((_state & info_mask) != 0)) {
208 bool is_info_bottom() const { return ((_state & not_bottom_info_bit) == 0); } function in class:VALUE_OBJ_CLASS_SPEC
211 assert((!is_info_top() && !is_info_bottom()),

Completed in 33 milliseconds