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

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp186 bool is_reference() const { return ((_u._data & TypeMask) == Reference); } function in class:VALUE_OBJ_CLASS_SPEC
225 { return (is_reference() && !is_null() && name()->utf8_length() >= 1 &&
228 { return (is_reference() && !is_null() && name()->utf8_length() >= 2 &&
246 assert(is_reference() && !is_null(), "Must be a non-null reference");
252 (is_reference() && t.is_reference() && !is_null() && !t.is_null() &&
280 return from.is_reference() || from.is_uninitialized();
288 if (is_reference() && from.is_reference()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp199 bool is_reference() const { return ((_state & bits_mask) == ref_bit); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 27 milliseconds