Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/
DTest_sput_object.java26 import dot.junit.opcodes.sput_object.d.T_sput_object_14;
61 T_sput_object_14 t = new T_sput_object_14(); in testN4()
62 assertEquals(null, T_sput_object_14.getProtectedField()); in testN4()
64 assertEquals(t, T_sput_object_14.getProtectedField()); in testN4()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/
DT_sput_object_14.java19 public class T_sput_object_14 extends T_sput_object_1{ class
DT_sput_object_14.smali15 .source "T_sput_object_14.java"
16 .class public Ldot/junit/opcodes/sput_object/d/T_sput_object_14;