Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 25 of 63) sorted by relevance

123

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/fill_array_data/
DTest_fill_array_data.java29 int arr[] = new int[5]; in testN1() local
40 double arr[] = new double[5]; in testN2() local
52 int arr[] = new int[10]; in testN3() local
77 int arr[] = new int[2]; in testE2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/
DTest_aget_wide.java33 long[] arr = new long[2]; in testN1() local
43 long[] arr = new long[2]; in testN2() local
53 double[] arr = new double[2]; in testN3() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/
DTest_aput_wide.java33 long[] arr = new long[2]; in testN1() local
43 long[] arr = new long[2]; in testN2() local
53 double[] arr = new double[2]; in testN3() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/
DTest_aput_object.java33 String[] arr = new String[2]; in testN1() local
44 String[] arr = new String[2]; in testN2() local
56 Integer[] arr = new Integer[2]; in testN3() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/
DTest_filled_new_array.java32 int[] arr = t.run(1, 2, 3, 4, 5); in testN1() local
45 Object[] arr = t.run(t, s); in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/
DTest_filled_new_array_range.java32 int[] arr = t.run(1, 2, 3, 4, 5); in testN1() local
45 Object[] arr = t.run(t, s); in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/
DTest_aput_short.java30 short[] arr = new short[2]; in testN1() local
40 short[] arr = new short[2]; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/
DTest_aget_char.java30 char[] arr = new char[2]; in testN1() local
40 char[] arr = new char[2]; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/
DTest_aget.java30 int[] arr = new int[2]; in testN1() local
40 int[] arr = new int[2]; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/
DTest_aput.java31 int[] arr = new int[2]; in testN1() local
41 int[] arr = new int[2]; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/
DTest_aget_object.java31 String[] arr = new String[] {"a", "b"}; in testN1() local
40 String[] arr = new String[] {"a", "b"}; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/
DTest_aget_short.java30 short[] arr = new short[2]; in testN1() local
40 short[] arr = new short[2]; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_char/
DTest_aput_char.java31 char[] arr = new char[2]; in testN1() local
41 char[] arr = new char[2]; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/fill_array_data/d/
DT_fill_array_data_1.java20 public void run(int[] arr) { in run()
DT_fill_array_data_2.java20 public void run(double[] arr) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_object/d/
DT_move_result_object_8.java22 int arr[] = new int[2]; in run() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/array_length/d/
DT_array_length_1.java21 public int run(Object[] arr) { in run()
DT_array_length_4.java21 public int run(double[] arr) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/d/
DT_aget_1.java20 public int run(int[] arr, int idx) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/d/
DT_aget_boolean_8.java20 public boolean run(boolean[] arr, float idx) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/d/
DT_aget_byte_1.java20 public byte run(byte[] arr, int idx) { in run()
DT_aget_byte_8.java20 public byte run(byte[] arr, float idx) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/d/
DT_aget_short_8.java20 public short run(short[] arr, float idx) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/d/
DT_aget_wide_2.java21 public double run(double[] arr, int idx) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/d/
DT_aget_char_1.java20 public char run(char[] arr, int idx) { in run()

123