Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 57) sorted by relevance

123

/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()
DT_aget_short_1.java20 public short run(short[] arr, int idx) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/d/
DT_aget_wide_1.java21 public long run(long[] arr, int idx) { in run()
DT_aget_wide_2.java21 public double run(double[] arr, int idx) { in run()
DT_aget_wide_10.java21 public long run(long[] arr, float idx) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/d/
DT_aget_boolean_1.java20 public boolean run(boolean[] arr, int idx) { in run()
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_8.java20 public byte run(byte[] arr, float idx) { in run()
DT_aget_byte_1.java20 public byte run(byte[] 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()
DT_aget_char_8.java20 public char run(char[] arr, float idx) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/d/
DT_aget_object_8.java21 public String run(String [] arr, float idx) { in run()
DT_aget_object_1.java21 public String run(String [] arr, int idx) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/d/
DT_aget_8.java20 public int run(int[] arr, float idx) { in run()
DT_aget_1.java20 public int run(int[] arr, int idx) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_boolean/d/
DT_aput_boolean_1.java20 public void run(boolean[] arr, int idx, boolean value) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_byte/d/
DT_aput_byte_1.java20 public void run(byte[] arr, int idx, byte value) { in run()
DT_aput_byte_8.java20 public void run(byte[] arr, float idx, byte value) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_char/d/
DT_aput_char_1.java20 public void run(char[] arr, int idx, char value) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
DT_aput_object_1.java21 public void run(String[] arr, int idx, String value) { in run()
DT_aput_object_12.java21 public void run(String[] arr, float idx, String value) { in run()
DT_aput_object_2.java21 public void run(Integer[] arr, int idx, Integer value) { in run()
DT_aput_object_4.java28 public void run(String[] arr, int idx, Object a) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/d/
DT_aput_wide_9.java21 public void run(long[] arr, float idx, long value) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/d/
DT_aput_1.java20 public void run(int[] arr, int idx, int value) { in run()

123