Searched refs:is_info_bottom (Results 1 - 2 of 2) 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()),
H A DgenerateOopMap.cpp349 } else if (is_info_bottom()) {

Completed in 50 milliseconds