Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/
DTest_sput_wide.java24 import dot.junit.opcodes.sput_wide.d.T_sput_wide_12;
60 T_sput_wide_12 t = new T_sput_wide_12(); in testN3()
61 assertEquals(0, T_sput_wide_12.st_i1); in testN3()
63 assertEquals(77, T_sput_wide_12.st_i1); in testN3()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/
DT_sput_wide_12.smali15 .source "T_sput_wide_12.java"
16 .class public Ldot/junit/opcodes/sput_wide/d/T_sput_wide_12;
32 sput-wide v1, Ldot/junit/opcodes/sput_wide/d/T_sput_wide_12;->st_i1:J
DT_sput_wide_12.java19 public class T_sput_wide_12 { class