Searched refs:addr (Results 201 - 225 of 1007) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/net/InetAddress/ptr/
H A DLookup.java56 String addr = null;
62 addr = ia.getHostAddress();
76 addr = strs[0];
81 InetAddress ia = InetAddress.getByName(addr);
84 System.out.print(addr + ":" + name);
87 System.out.println("(default) " + addr + "--> " + name);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ci/
H A DciType.java49 public ciType(Address addr) { argument
50 super(addr);
H A DciTypeArrayKlass.java47 public ciTypeArrayKlass(Address addr) { argument
48 super(addr);
H A DciInstance.java48 public ciInstance(Address addr) { argument
49 super(addr);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DRuntimeBlob.java55 public RuntimeBlob(Address addr) { argument
56 super(addr);
H A DMethodHandlesAdapterBlob.java47 public MethodHandlesAdapterBlob(Address addr) { argument
48 super(addr);
H A DAdapterBlob.java47 public AdapterBlob(Address addr) { argument
48 super(addr);
H A DBufferBlob.java47 public BufferBlob(Address addr) { argument
48 super(addr);
H A DExceptionBlob.java50 public ExceptionBlob(Address addr) { argument
51 super(addr);
H A DDeoptimizationBlob.java47 public DeoptimizationBlob(Address addr) { argument
48 super(addr);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicJFloatField.java47 public float getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJFloat(addr);
H A DBasicJShortField.java47 public short getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJShort(addr);
H A DBasicJLongField.java47 public long getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJLong(addr);
H A DBasicJIntField.java47 public int getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJInt(addr);
H A DBasicJDoubleField.java47 public double getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJDouble(addr);
H A DBasicJBooleanField.java47 public boolean getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJBoolean(addr);
H A DBasicJByteField.java47 public byte getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJByte(addr);
H A DBasicJCharField.java47 public char getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJChar(addr);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/
H A DSharedObject.java43 protected long getAddressValue(Address addr) { argument
44 return dbg.getAddressValue(addr);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DInstanceClassLoaderKlass.java51 public InstanceClassLoaderKlass(Address addr) { argument
52 super(addr);
H A DMethodDataInterface.java35 K getKlassAtAddress(Address addr); argument
36 M getMethodAtAddress(Address addr); argument
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DRootNode.java47 public RootNode(Address addr) { argument
48 super(addr);
H A DTypeNode.java47 public TypeNode(Address addr) { argument
48 super(addr);
H A DLoopNode.java47 public LoopNode(Address addr) { argument
48 super(addr);
H A DHaltNode.java47 public HaltNode(Address addr) { argument
48 super(addr);

Completed in 180 milliseconds

1234567891011>>