Home | History | Annotate | Download | only in checkcast

Lines Matching defs:checkcast

17 package dxc.junit.opcodes.checkcast;
21 import dxc.junit.opcodes.checkcast.jm.T_checkcast_1;
22 import dxc.junit.opcodes.checkcast.jm.T_checkcast_2;
23 import dxc.junit.opcodes.checkcast.jm.T_checkcast_3;
24 import dxc.junit.opcodes.checkcast.jm.T_checkcast_7;
49 // @uses dxc.junit.opcodes.checkcast.jm.SubClass
50 // @uses dxc.junit.opcodes.checkcast.jm.SuperClass
51 // @uses dxc.junit.opcodes.checkcast.jm.SuperInterface
52 // @uses dxc.junit.opcodes.checkcast.jm.SuperInterface2
72 * @title expected ClassCastException. checkcast [[[Ldxc/junit/opcodes/checkcast/jm/TestStubs$TestStub;
73 * dalvikvm throws ClassCastException as demanded by checkcast, but
75 * since checkcast does what the spec says it should do.
78 // @uses dxc.junit.opcodes.checkcast.jm.TestStubs$TestStub
110 Class.forName("dxc.junit.opcodes.checkcast.jm.T_checkcast_4");
123 Class.forName("dxc.junit.opcodes.checkcast.jm.T_checkcast_5");
136 Class.forName("dxc.junit.opcodes.checkcast.jm.T_checkcast_6");
149 Class.forName("dxc.junit.opcodes.checkcast.jm.T_checkcast_8");