Home
last modified time | relevance | path

Searched refs:Void (Results 1 – 25 of 5264) sorted by relevance

12345678910>>...211

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dglapi.py88 GlFunction(Void, "glFinish", []),
89 GlFunction(Void, "glFlush", []),
116 GlFunction(Void, "glEndList", []),
158 GlFunction(Void, "glEnd", []),
299 GlFunction(Void, "glInitNames", []),
302 GlFunction(Void, "glPopName", []),
308 GlFunction(Void, "glPopAttrib", []),
358 GlFunction(Void, "glLoadIdentity", []),
365 GlFunction(Void, "glPopMatrix", []),
366 GlFunction(Void, "glPushMatrix", []),
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestMethodTypeLong.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, long.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, long.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeChar.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, char.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, char.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeByte.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeShort.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, short.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, short.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeInt.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, int.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, int.class)). in testStaticFieldWrongMethodType()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestMethodTypeByte.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeLong.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, long.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, long.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeChar.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, char.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, char.class)). in testStaticFieldWrongMethodType()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestMethodTypeByte.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeChar.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, char.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, char.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeInt.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, int.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, int.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeLong.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, long.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, long.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeShort.java140 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
190 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
240 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
290 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1255 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1310 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1337 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1837 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1925 Void r = (Void) hs.get(am, methodType(Void.class, short.class)). in testStaticFieldWrongMethodType()
1951 Void r = (Void) hs.get(am, methodType(Void.class, short.class)). in testStaticFieldWrongMethodType()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestMethodTypeChar.java142 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
192 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
242 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
292 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1257 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1312 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1339 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1839 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1927 Void r = (Void) hs.get(am, methodType(Void.class, char.class)). in testStaticFieldWrongMethodType()
1953 Void r = (Void) hs.get(am, methodType(Void.class, char.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeByte.java142 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
192 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
242 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
292 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1257 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1312 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1339 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1839 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1927 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
1953 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeInt.java142 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
192 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
242 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
292 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1257 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1312 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1339 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1839 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1927 Void r = (Void) hs.get(am, methodType(Void.class, int.class)). in testStaticFieldWrongMethodType()
1953 Void r = (Void) hs.get(am, methodType(Void.class, int.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeLong.java142 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
192 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
242 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
292 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1257 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1312 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1339 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1839 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1927 Void r = (Void) hs.get(am, methodType(Void.class, long.class)). in testStaticFieldWrongMethodType()
1953 Void r = (Void) hs.get(am, methodType(Void.class, long.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeShort.java142 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
192 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
242 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
292 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1257 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1312 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1339 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1839 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1927 Void r = (Void) hs.get(am, methodType(Void.class, short.class)). in testStaticFieldWrongMethodType()
1953 Void r = (Void) hs.get(am, methodType(Void.class, short.class)). in testStaticFieldWrongMethodType()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestMethodTypeChar.java142 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
192 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
242 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
292 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1257 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1312 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1339 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1839 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1927 Void r = (Void) hs.get(am, methodType(Void.class, char.class)). in testStaticFieldWrongMethodType()
1953 Void r = (Void) hs.get(am, methodType(Void.class, char.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeByte.java142 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
192 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
242 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
292 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1257 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1312 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1339 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1839 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1927 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
1953 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeInt.java142 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
192 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
242 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
292 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1257 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1312 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1339 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1839 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1927 Void r = (Void) hs.get(am, methodType(Void.class, int.class)). in testStaticFieldWrongMethodType()
1953 Void r = (Void) hs.get(am, methodType(Void.class, int.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeLong.java142 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
192 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
242 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
292 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1257 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1312 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1339 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1839 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1927 Void r = (Void) hs.get(am, methodType(Void.class, long.class)). in testStaticFieldWrongMethodType()
1953 Void r = (Void) hs.get(am, methodType(Void.class, long.class)). in testStaticFieldWrongMethodType()
[all …]
H A DVarHandleTestMethodTypeShort.java142 Void x = (Void) vh.get(recv);
192 Void x = (Void) vh.getVolatile(recv);
242 Void x = (Void) vh.getOpaque(recv);
292 Void x = (Void) vh.getAcquire(recv);
1257 Void x = (Void) vh.get();
1312 Void x = (Void) vh.getOpaque();
1339 Void x = (Void) vh.getAcquire();
1839 Void x = (Void) hs.get(am, methodType(Void.class)).
1927 Void r = (Void) hs.get(am, methodType(Void.class, short.class)).
1953 Void r = (Void) hs.get(am, methodType(Void.class, short.class)).
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestMethodTypeByte.java142 Void x = (Void) vh.get(recv); in testInstanceFieldWrongMethodType()
192 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
242 Void x = (Void) vh.getOpaque(recv); in testInstanceFieldWrongMethodType()
292 Void x = (Void) vh.getAcquire(recv); in testInstanceFieldWrongMethodType()
1257 Void x = (Void) vh.get(); in testStaticFieldWrongMethodType()
1312 Void x = (Void) vh.getOpaque(); in testStaticFieldWrongMethodType()
1339 Void x = (Void) vh.getAcquire(); in testStaticFieldWrongMethodType()
1839 Void x = (Void) hs.get(am, methodType(Void.class)). in testStaticFieldWrongMethodType()
1927 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
1953 Void r = (Void) hs.get(am, methodType(Void.class, byte.class)). in testStaticFieldWrongMethodType()
[all …]

12345678910>>...211