Home
last modified time | relevance | path

Searched refs:T_sput_byte_12 (Results 1 – 3 of 3) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/
DTest_sput_byte.java24 import dot.junit.opcodes.sput_byte.d.T_sput_byte_12;
49 T_sput_byte_12 t = new T_sput_byte_12(); in testN2()
50 assertEquals(0, T_sput_byte_12.st_i1); in testN2()
52 assertEquals(77, T_sput_byte_12.st_i1); in testN2()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/
DT_sput_byte_12.d15 .source T_sput_byte_12.java
16 .class public dot.junit.opcodes.sput_byte.d.T_sput_byte_12
32 sput-byte v1, dot.junit.opcodes.sput_byte.d.T_sput_byte_12.st_i1 B
DT_sput_byte_12.java19 public class T_sput_byte_12 { class