Searched refs:T_sput_1 (Results 1 – 6 of 6) sorted by relevance
19 public class T_sput_14 extends T_sput_1{22 T_sput_1.st_p1 = 1000000; in run()26 return T_sput_1.st_p1; in getProtectedField()
17 .super Ldot/junit/opcodes/sput/d/T_sput_1;23 invoke-direct {v0}, Ldot/junit/opcodes/sput/d/T_sput_1;-><init>()V30 sget v0, Ldot/junit/opcodes/sput/d/T_sput_1;->st_p1:I38 sput v1, Ldot/junit/opcodes/sput/d/T_sput_1;->st_p1:I
15 .source "T_sput_1.java"16 .class public Ldot/junit/opcodes/sput/d/T_sput_1;33 sget v0, Ldot/junit/opcodes/sput/d/T_sput_1;->st_pvt1:I41 sput v1, Ldot/junit/opcodes/sput/d/T_sput_1;->st_i1:I
17 .super Ldot/junit/opcodes/sput/d/T_sput_1;22 invoke-direct {v0}, Ldot/junit/opcodes/sput/d/T_sput_1;-><init>()V30 sput v1, Ldot/junit/opcodes/sput/d/T_sput_1;->st_pvt1:I
19 public class T_sput_1 { class
21 import dot.junit.opcodes.sput.d.T_sput_1;42 T_sput_1 t = new T_sput_1(); in testN1()43 assertEquals(0, T_sput_1.st_i1); in testN1()45 assertEquals(1000000, T_sput_1.st_i1); in testN1()