Searched refs:get2 (Results 1 - 13 of 13) sorted by relevance

/openjdk9/langtools/test/tools/javac/generics/7151802/
H A DT7151802.java17 <Z extends Foo<?>> void get2(Z fz) { } method in class:T7151802
18 void test2(Foo foo) { get2(foo); }
/openjdk9/hotspot/test/compiler/stable/
H A DTestStableBoolean.java35 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
40 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
46 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
51 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
179 public static boolean[] get2() { return c.v; } method in class:TestStableBoolean.BooleanArrayDim1
196 c.v = new boolean[1]; boolean[] val1 = get2();
197 c.v = new boolean[1]; boolean[] val2 = get2();
211 public static boolean[][] get2() { return c.v; } method in class:TestStableBoolean.BooleanArrayDim2
233 c.v = new boolean[1][1]; boolean[][] val1 = get2();
234 c.v = new boolean[1][1]; boolean[][] val2 = get2();
248 public static boolean[][] get2() { return c.v[0]; } method in class:TestStableBoolean.BooleanArrayDim3
295 public static boolean[][] get2() { return c.v[0][0]; } method in class:TestStableBoolean.BooleanArrayDim4
354 public static boolean[] get2() { return (boolean[])c.v; } method in class:TestStableBoolean.ObjectArrayLowerDim0
381 public static Object[] get2() { return c.v; } method in class:TestStableBoolean.ObjectArrayLowerDim1
416 public static boolean[][] get2() { return (boolean[][])(c.v[0]); } method in class:TestStableBoolean.ObjectArrayLowerDim2
[all...]
H A DTestStableShort.java35 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
40 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
46 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
51 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
179 public static short[] get2() { return c.v; } method in class:TestStableShort.ShortArrayDim1
204 c.v = new short[1]; short[] val1 = get2();
205 c.v = new short[1]; short[] val2 = get2();
219 public static short[][] get2() { return c.v; } method in class:TestStableShort.ShortArrayDim2
243 c.v = new short[1][1]; short[][] val1 = get2();
244 c.v = new short[1][1]; short[][] val2 = get2();
258 public static short[][] get2() { return c.v[0]; } method in class:TestStableShort.ShortArrayDim3
308 public static short[][] get2() { return c.v[0][0]; } method in class:TestStableShort.ShortArrayDim4
395 public static Object[] get2() { return c.v; } method in class:TestStableShort.ObjectArrayLowerDim1
430 public static short[][] get2() { return (short[][])(c.v[0]); } method in class:TestStableShort.ObjectArrayLowerDim2
[all...]
H A DTestStableFloat.java35 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
40 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
46 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
51 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
179 public static float[] get2() { return c.v; } method in class:TestStableFloat.FloatArrayDim1
204 c.v = new float[1]; float[] val1 = get2();
205 c.v = new float[1]; float[] val2 = get2();
219 public static float[][] get2() { return c.v; } method in class:TestStableFloat.FloatArrayDim2
243 c.v = new float[1][1]; float[][] val1 = get2();
244 c.v = new float[1][1]; float[][] val2 = get2();
258 public static float[][] get2() { return c.v[0]; } method in class:TestStableFloat.FloatArrayDim3
308 public static float[][] get2() { return c.v[0][0]; } method in class:TestStableFloat.FloatArrayDim4
395 public static Object[] get2() { return c.v; } method in class:TestStableFloat.ObjectArrayLowerDim1
430 public static float[][] get2() { return (float[][])(c.v[0]); } method in class:TestStableFloat.ObjectArrayLowerDim2
[all...]
H A DTestStableDouble.java35 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
40 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
46 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
51 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
179 public static double[] get2() { return c.v; } method in class:TestStableDouble.DoubleArrayDim1
204 c.v = new double[1]; double[] val1 = get2();
205 c.v = new double[1]; double[] val2 = get2();
219 public static double[][] get2() { return c.v; } method in class:TestStableDouble.DoubleArrayDim2
243 c.v = new double[1][1]; double[][] val1 = get2();
244 c.v = new double[1][1]; double[][] val2 = get2();
258 public static double[][] get2() { return c.v[0]; } method in class:TestStableDouble.DoubleArrayDim3
308 public static double[][] get2() { return c.v[0][0]; } method in class:TestStableDouble.DoubleArrayDim4
395 public static Object[] get2() { return c.v; } method in class:TestStableDouble.ObjectArrayLowerDim1
430 public static double[][] get2() { return (double[][])(c.v[0]); } method in class:TestStableDouble.ObjectArrayLowerDim2
[all...]
H A DTestStableLong.java35 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
40 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
46 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
51 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
179 public static long[] get2() { return c.v; } method in class:TestStableLong.LongArrayDim1
204 c.v = new long[1]; long[] val1 = get2();
205 c.v = new long[1]; long[] val2 = get2();
219 public static long[][] get2() { return c.v; } method in class:TestStableLong.LongArrayDim2
243 c.v = new long[1][1]; long[][] val1 = get2();
244 c.v = new long[1][1]; long[][] val2 = get2();
258 public static long[][] get2() { return c.v[0]; } method in class:TestStableLong.LongArrayDim3
308 public static long[][] get2() { return c.v[0][0]; } method in class:TestStableLong.LongArrayDim4
395 public static Object[] get2() { return c.v; } method in class:TestStableLong.ObjectArrayLowerDim1
430 public static long[][] get2() { return (long[][])(c.v[0]); } method in class:TestStableLong.ObjectArrayLowerDim2
[all...]
H A DTestStableByte.java35 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
40 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
46 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
51 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
179 public static byte[] get2() { return c.v; } method in class:TestStableByte.ByteArrayDim1
204 c.v = new byte[1]; byte[] val1 = get2();
205 c.v = new byte[1]; byte[] val2 = get2();
219 public static byte[][] get2() { return c.v; } method in class:TestStableByte.ByteArrayDim2
243 c.v = new byte[1][1]; byte[][] val1 = get2();
244 c.v = new byte[1][1]; byte[][] val2 = get2();
258 public static byte[][] get2() { return c.v[0]; } method in class:TestStableByte.ByteArrayDim3
308 public static byte[][] get2() { return c.v[0][0]; } method in class:TestStableByte.ByteArrayDim4
397 public static Object[] get2() { return c.v; } method in class:TestStableByte.ObjectArrayLowerDim1
432 public static byte[][] get2() { return (byte[][])(c.v[0]); } method in class:TestStableByte.ObjectArrayLowerDim2
[all...]
H A DTestStableInt.java35 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
40 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
46 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
51 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
179 public static int[] get2() { return c.v; } method in class:TestStableInt.IntArrayDim1
204 c.v = new int[1]; int[] val1 = get2();
205 c.v = new int[1]; int[] val2 = get2();
219 public static int[][] get2() { return c.v; } method in class:TestStableInt.IntArrayDim2
243 c.v = new int[1][1]; int[][] val1 = get2();
244 c.v = new int[1][1]; int[][] val2 = get2();
258 public static int[][] get2() { return c.v[0]; } method in class:TestStableInt.IntArrayDim3
308 public static int[][] get2() { return c.v[0][0]; } method in class:TestStableInt.IntArrayDim4
395 public static Object[] get2() { return c.v; } method in class:TestStableInt.ObjectArrayLowerDim1
430 public static int[][] get2() { return (int[][])(c.v[0]); } method in class:TestStableInt.ObjectArrayLowerDim2
[all...]
H A DTestStableChar.java35 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
40 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
46 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
51 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
179 public static char[] get2() { return c.v; } method in class:TestStableChar.CharArrayDim1
204 c.v = new char[1]; char[] val1 = get2();
205 c.v = new char[1]; char[] val2 = get2();
219 public static char[][] get2() { return c.v; } method in class:TestStableChar.CharArrayDim2
243 c.v = new char[1][1]; char[][] val1 = get2();
244 c.v = new char[1][1]; char[][] val2 = get2();
258 public static char[][] get2() { return c.v[0]; } method in class:TestStableChar.CharArrayDim3
308 public static char[][] get2() { return c.v[0][0]; } method in class:TestStableChar.CharArrayDim4
395 public static Object[] get2() { return c.v; } method in class:TestStableChar.ObjectArrayLowerDim1
430 public static char[][] get2() { return (char[][])(c.v[0]); } method in class:TestStableChar.ObjectArrayLowerDim2
[all...]
H A DTestStableObject.java35 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
40 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
46 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
51 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
181 public static Object[] get2() { return c.v; } method in class:TestStableObject.ObjectArrayDim1
206 c.v = new Object[1]; Object[] val1 = get2();
207 c.v = new Object[1]; Object[] val2 = get2();
221 public static Object[][] get2() { return c.v; } method in class:TestStableObject.ObjectArrayDim2
245 c.v = new Object[1][1]; Object[][] val1 = get2();
246 c.v = new Object[1][1]; Object[][] val2 = get2();
260 public static Object[][] get2() { return c.v[0]; } method in class:TestStableObject.ObjectArrayDim3
310 public static Object[][] get2() { return c.v[0][0]; } method in class:TestStableObject.ObjectArrayDim4
397 public static Object[] get2() { return c.v; } method in class:TestStableObject.ObjectArrayLowerDim1
432 public static Object[][] get2() { return (Object[][])(c.v[0]); } method in class:TestStableObject.ObjectArrayLowerDim2
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLStream.java620 * method Trie.get2(name)
629 Object obj = m_htmlInfo.get2(name);
2221 public Object get2(final String key) method in class:ToHTMLStream.Trie
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DMethodEmitter.java1971 private Type get2() { method in class:MethodEmitter
2009 pushType(get2().add(method, programPoint));
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1146 private int get2(int pc) { method in class:Code
1481 else target = target + get2(target + 1);

Completed in 330 milliseconds