Home | History | Annotate | Download | only in iget

Lines Matching defs:iget

17 package dot.junit.opcodes.iget;
21 import dot.junit.opcodes.iget.d.T_iget_1;
22 import dot.junit.opcodes.iget.d.T_iget_11;
23 import dot.junit.opcodes.iget.d.T_iget_12;
24 import dot.junit.opcodes.iget.d.T_iget_13;
25 import dot.junit.opcodes.iget.d.T_iget_2;
26 import dot.junit.opcodes.iget.d.T_iget_21;
27 import dot.junit.opcodes.iget.d.T_iget_5;
28 import dot.junit.opcodes.iget.d.T_iget_6;
29 import dot.junit.opcodes.iget.d.T_iget_7;
30 import dot.junit.opcodes.iget.d.T_iget_8;
31 import dot.junit.opcodes.iget.d.T_iget_9;
55 //@uses dot.junit.opcodes.iget.d.T_iget_1
56 //@uses dot.junit.opcodes.iget.d.T_iget_11
65 loadAndRun("dot.junit.opcodes.iget.d.T_iget_9", NullPointerException.class);
73 load("dot.junit.opcodes.iget.d.T_iget_4", VerifyError.class);
82 load("dot.junit.opcodes.iget.d.T_iget_3", VerifyError.class);
91 loadAndRun("dot.junit.opcodes.iget.d.T_iget_13", NoSuchFieldError.class);
99 //@uses dot.junit.opcodes.iget.TestStubs
100 loadAndRun("dot.junit.opcodes.iget.d.T_iget_6", IllegalAccessError.class);
108 loadAndRun("dot.junit.opcodes.iget.d.T_iget_7", NoClassDefFoundError.class);
116 loadAndRun("dot.junit.opcodes.iget.d.T_iget_8", NoSuchFieldError.class);
124 //@uses dot.junit.opcodes.iget.d.T_iget_1
125 loadAndRun("dot.junit.opcodes.iget.d.T_iget_12", IllegalAccessError.class);
130 * @title iget shall not work for reference fields
133 load("dot.junit.opcodes.iget.d.T_iget_14", VerifyError.class);
139 * @title iget shall not work for short fields
142 load("dot.junit.opcodes.iget.d.T_iget_15", VerifyError.class);
148 * @title iget shall not work for boolean fields
151 load("dot.junit.opcodes.iget.d.T_iget_16", VerifyError.class);
157 * @title iget shall not work for char fields
160 load("dot.junit.opcodes.iget.d.T_iget_17", VerifyError.class);
166 * @title iget shall not work for byte fields
169 load("dot.junit.opcodes.iget.d.T_iget_18", VerifyError.class);
175 * @title iget shall not work for double fields
178 load("dot.junit.opcodes.iget.d.T_iget_19", VerifyError.class);
184 * @title iget shall not work for long fields
187 load("dot.junit.opcodes.iget.d.T_iget_20", VerifyError.class);
195 //@uses dot.junit.opcodes.iget.TestStubs
196 loadAndRun("dot.junit.opcodes.iget.d.T_iget_21", IllegalAccessError.class);
204 //@uses dot.junit.opcodes.iget.TestStubs
205 loadAndRun("dot.junit.opcodes.iget.d.T_iget_5", IncompatibleClassChangeError.class);
213 load("dot.junit.opcodes.iget.d.T_iget_30", VerifyError.class);
221 load("dot.junit.opcodes.iget.d.T_iget_31", VerifyError.class);