Searched defs:bs (Results 1 - 25 of 91) sorted by relevance

1234

/openjdk10/hotspot/src/share/vm/code/
H A DrelocInfo_ext.cpp61 BarrierSet* bs = Universe::heap()->barrier_set(); local
/openjdk10/hotspot/test/compiler/codegen/
H A DTest7100757.java61 static void test(long[] ra, BitSet bs) { argument
[all...]
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dthread_linux_arm.cpp33 BarrierSet* bs = Universe::heap()->barrier_set(); local
/openjdk10/hotspot/test/compiler/c2/
H A DTest6851282.java63 final B[] bs; field in class:Test6851282.A
65 public A(B[] bs) { argument
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DChannelInputStream.java71 private byte[] bs = null; // Invoker's previous array field in class:ChannelInputStream
87 public synchronized int read(byte[] bs, int off, int len) argument
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/generics/tree/
H A DFormalTypeParameter.java35 private FormalTypeParameter(String n, FieldTypeSignature[] bs) { argument
47 public static FormalTypeParameter make(String n, FieldTypeSignature[] bs){ argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DVSyncedBSManager.java51 abstract boolean checkAllowed(BufferStrategy bs); argument
52 abstract void relinquishVsync(BufferStrategy bs); argument
60 public static boolean vsyncAllowed(BufferStrategy bs) { argument
69 public static synchronized void releaseVsync(BufferStrategy bs) { argument
82 boolean checkAllowed(BufferStrategy bs) { argument
87 void relinquishVsync(BufferStrategy bs) { argument
99 public synchronized boolean checkAllowed(BufferStrategy bs) { argument
111 relinquishVsync(BufferStrategy bs) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/jules/
H A DJulesRenderingEngine.java38 getAATileGenerator(Shape s, AffineTransform at, Region clip, BasicStroke bs, boolean thin, boolean normalize, int[] bbox) argument
/openjdk10/jdk/test/sun/security/krb5/
H A DRFC396xTest.java218 static String hex(byte[] bs) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/lang/
H A DProcessEnvironment_init.java65 public static Object valueOf(byte[] bs) { argument
73 public static Object valueOf(byte[] bs) { argument
/openjdk10/jaxp/test/javax/xml/jaxp/libs/test/auctionportal/
H A DMyDOMOutput.java104 public void setByteStream(OutputStream bs) { argument
/openjdk10/jdk/test/java/util/concurrent/forkjoin/
H A DNQueensCS.java133 private static NQueensCS explore(int[] array, int bs) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.sparc.test/src/org/graalvm/compiler/asm/sparc/test/
H A DBitSpecTest.java53 public void testSetGet(BitSpec bs, int encoded, int decoded) { argument
/openjdk10/jaxp/test/javax/xml/jaxp/functional/test/astro/
H A DDocumentLSTest.java163 public void setByteStream(OutputStream bs) { argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/external/statistics/impl/
H A DBoundaryStatisticImpl.java42 private final BoundaryStatistic bs = field in class:BoundaryStatisticImpl
/openjdk10/jdk/src/jdk.attach/solaris/classes/sun/tools/attach/
H A DVirtualMachineImpl.java196 public synchronized int read(byte[] bs, int off, int len) throws IOException { argument
/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestGHASH.java74 private static String hex(byte[] bs) { argument
/openjdk10/jdk/test/java/lang/invoke/VarHandles/
H A DVarHandleTestByteArrayAsLong.java195 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { argument
204 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { argument
327 static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { argument
462 static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { argument
602 testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) argument
733 testArrayMisalignedAccess(ByteBufferSource bs, VarHandleSource vhs) argument
867 testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) argument
1151 testArrayReadWrite(ByteBufferSource bs, VarHandleSource vhs) argument
1433 testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) argument
[all...]
H A DVarHandleTestByteArrayAsShort.java195 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { argument
293 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { argument
503 static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { argument
548 static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { argument
599 testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) argument
640 testArrayMisalignedAccess(ByteBufferSource bs, VarHandleSource vhs) argument
685 testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) argument
732 testArrayReadWrite(ByteBufferSource bs, VarHandleSource vhs) argument
777 testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) argument
[all...]
H A DVarHandleTestByteArrayAsInt.java195 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { argument
204 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { argument
327 static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { argument
462 static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { argument
602 testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) argument
733 testArrayMisalignedAccess(ByteBufferSource bs, VarHandleSource vhs) argument
867 testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) argument
1151 testArrayReadWrite(ByteBufferSource bs, VarHandleSource vhs) argument
1433 testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) argument
[all...]
H A DVarHandleTestByteArrayAsDouble.java195 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { argument
250 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { argument
419 static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { argument
508 static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { argument
602 testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) argument
687 testArrayMisalignedAccess(ByteBufferSource bs, VarHandleSource vhs) argument
775 testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) argument
949 testArrayReadWrite(ByteBufferSource bs, VarHandleSource vhs) argument
1121 testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) argument
[all...]
H A DVarHandleTestByteArrayAsFloat.java195 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { argument
250 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { argument
419 static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { argument
508 static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { argument
602 testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) argument
687 testArrayMisalignedAccess(ByteBufferSource bs, VarHandleSource vhs) argument
775 testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) argument
949 testArrayReadWrite(ByteBufferSource bs, VarHandleSource vhs) argument
1121 testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) argument
[all...]
H A DVarHandleTestByteArrayAsChar.java195 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { argument
293 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { argument
503 static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { argument
548 static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { argument
599 testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) argument
640 testArrayMisalignedAccess(ByteBufferSource bs, VarHandleSource vhs) argument
685 testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) argument
732 testArrayReadWrite(ByteBufferSource bs, VarHandleSource vhs) argument
777 testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DByteBuffer.java73 public void appendBytes(byte[] bs, int start, int len) { argument
81 public void appendBytes(byte[] bs) { argument
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DbarrierSet.hpp222 inline T* barrier_set_cast(BarrierSet* bs) { argument

Completed in 171 milliseconds

1234