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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJType.java145 public final boolean isReference() { method in class:JType
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java150 public boolean isReference() { return ((_state & bits_mask) == ref_bit); } method in class:CellTypeState
228 if (result.isReference()) {
269 if (isReference()) {

Completed in 35 milliseconds