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

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp184 if ((can_be_uninit() || can_be_value()) && !is_info_top()) {
188 if (is_info_top() && ((_state & info_mask) != info_mask)) {
209 bool is_info_top() const { return ((_state & top_info_bit) != 0); } function in class:VALUE_OBJ_CLASS_SPEC
211 assert((!is_info_top() && !is_info_bottom()),
216 bool is_good_address() const { return is_address() && !is_info_top(); }
H A DgenerateOopMap.cpp347 if (is_info_top()) {
686 if (!result.is_info_top()) {
1789 if (!actual.is_info_top()) {

Completed in 72 milliseconds