Home
last modified time | relevance | path

Searched refs:T_sput_char_1 (Results 1 – 6 of 6) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/
DTest_sput_char.java21 import dot.junit.opcodes.sput_char.d.T_sput_char_1;
38 T_sput_char_1 t = new T_sput_char_1(); in testN1()
39 assertEquals(0, T_sput_char_1.st_i1); in testN1()
41 assertEquals(77, T_sput_char_1.st_i1); in testN1()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/
DT_sput_char_14.java19 public class T_sput_char_14 extends T_sput_char_1{
22 T_sput_char_1.st_p1 = 77; in run()
26 return T_sput_char_1.st_p1; in getProtectedField()
DT_sput_char_1.smali15 .source "T_sput_char_1.java"
16 .class public Ldot/junit/opcodes/sput_char/d/T_sput_char_1;
33 sget-char v0, Ldot/junit/opcodes/sput_char/d/T_sput_char_1;->st_pvt1:C
41 sput-char v1, Ldot/junit/opcodes/sput_char/d/T_sput_char_1;->st_i1:C
DT_sput_char_14.smali17 .super Ldot/junit/opcodes/sput_char/d/T_sput_char_1;
23 invoke-direct {v0}, Ldot/junit/opcodes/sput_char/d/T_sput_char_1;-><init>()V
30 sget-char v0, Ldot/junit/opcodes/sput_char/d/T_sput_char_1;->st_p1:C
38 sput-char v1, Ldot/junit/opcodes/sput_char/d/T_sput_char_1;->st_p1:C
DT_sput_char_15.smali17 .super Ldot/junit/opcodes/sput_char/d/T_sput_char_1;
22 invoke-direct {v0}, Ldot/junit/opcodes/sput_char/d/T_sput_char_1;-><init>()V
30 sput-char v1, Ldot/junit/opcodes/sput_char/d/T_sput_char_1;->st_pvt1:C
DT_sput_char_1.java19 public class T_sput_char_1 { class