Searched defs:addr (Results 1 - 25 of 650) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DInetAddressContainer.java29 InetAddress addr; field in class:InetAddressContainer
/openjdk9/jdk/test/java/net/DatagramSocket/
H A DB6411513.java64 private static void testConnectedUDP(InetAddress addr) throws Exception { argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DWatcherThread.java33 public WatcherThread(Address addr) { argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DAddressField.java37 public Address getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
H A DJBooleanField.java37 public boolean getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
H A DJByteField.java37 public byte getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
H A DJCharField.java37 public char getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
H A DNarrowOopField.java36 public OopHandle getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
H A DJDoubleField.java37 public double getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
H A DJFloatField.java37 public float getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
H A DJShortField.java37 public short getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
H A DJLongField.java37 public long getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
H A DJIntField.java37 public int getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
H A DOopField.java36 public OopHandle getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DCardGeneration.java34 public CardGeneration(Address addr) { argument
H A DOffsetTableContigSpace.java32 public OffsetTableContigSpace(Address addr) { argument
H A DTenuredSpace.java32 public TenuredSpace(Address addr) { argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DUnalignedAddressException.java28 public UnalignedAddressException(long addr) { argument
32 public UnalignedAddressException(String detail, long addr) { argument
H A DUnmappedAddressException.java28 public UnmappedAddressException(long addr) { argument
32 public UnmappedAddressException(String detail, long addr) { argument
H A DNotInHeapException.java28 public NotInHeapException(long addr) { argument
32 public NotInHeapException(String detail, long addr) { argument
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dicache_aarch64.hpp36 static void invalidate_word(address addr) { argument
/openjdk9/hotspot/test/runtime/NMT/
H A DThreadedVirtualAllocTestType.java42 public static long addr; field in class:ThreadedVirtualAllocTestType
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/net/
H A DSocksProxy.java37 private SocksProxy(SocketAddress addr, int version) { argument
42 public static SocksProxy create(SocketAddress addr, int version) { argument
/openjdk9/jdk/test/java/net/Inet6Address/
H A DB6558853.java41 private InetAddress addr = null; field in class:B6558853
/openjdk9/jdk/test/java/net/Socket/
H A DCloseAvailable.java37 static InetAddress addr; field in class:CloseAvailable

Completed in 197 milliseconds

1234567891011>>