Searched refs:isUnresolved (Results 1 - 16 of 16) sorted by relevance

/openjdk9/jdk/test/java/net/InetSocketAddress/
H A DCreateUnresolved.java34 if (!a.isUnresolved())
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWithKlass.java41 if (obj.isUnresolved()) {
H A DBytecodeLoadConstant.java127 } else if (oop.isUnresolved()) {
178 } else if (obj.isUnresolved()) {
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DInetSocketAddress.java98 private boolean isUnresolved() { method in class:InetSocketAddress.InetSocketAddressHolder
104 if (isUnresolved()) {
213 * @see #isUnresolved()
248 * @see #isUnresolved()
366 public final boolean isUnresolved() { method in class:InetSocketAddress
367 return holder.isUnresolved();
H A DDatagramPacket.java315 if (addr.isUnresolved())
H A DSocket.java132 if (epoint.isUnresolved())
134 if (epoint.isUnresolved())
583 if (epoint.isUnresolved())
593 if (epoint.isUnresolved())
634 if (epoint != null && epoint.isUnresolved())
H A DHttpConnectSocketImpl.java101 final String destHost = epoint.isUnresolved() ? epoint.getHostName()
H A DSocksSocketImpl.java352 if (epoint.isUnresolved())
452 if (epoint.isUnresolved())
471 if (epoint.isUnresolved())
485 if (epoint.isUnresolved()) {
802 if (saddr.isUnresolved()) {
H A DDatagramSocket.java384 if (epoint.isUnresolved())
494 if (epoint.isUnresolved())
H A DServerSocket.java373 if (epoint.isUnresolved())
H A DAbstractPlainSocketImpl.java220 if (addr.isUnresolved())
H A DURL.java1094 if (epoint.isUnresolved())
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java51 public boolean isUnresolved() { method in class:ConstantPool.CPSlot
56 if (!isUnresolved()) throw new InternalError("not a symbol");
H A DInstanceKlass.java523 } else if (classInfo.isUnresolved()) {
599 } else if (oclassInfo.isUnresolved()) {
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DNet.java111 if (isa.isUnresolved())
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java634 if (obj.isUnresolved()) {
772 } else if (obj.isUnresolved()) {

Completed in 321 milliseconds