/cts/tools/dx-tests/src/dxc/junit/verify/t482_11/jm/ |
T_t482_11_2.j | 26 sipush 11
|
T_t482_11_3.j | 26 sipush 11
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/jm/ |
T_areturn_7.j | 65 sipush 1000 154 sipush 2000
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/ |
T_invokeinterface_19.j | 60 sipush 1000 164 sipush 2000
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokespecial/jm/ |
T_invokespecial_22.j | 51 sipush 1000 144 sipush 2000
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/jm/ |
T_invokestatic_12.j | 55 sipush 1000 129 sipush 2000
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokevirtual/jm/ |
T_invokevirtual_2.j | 56 sipush 1000 139 sipush 2000
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/jm/ |
T_ireturn_7.j | 51 sipush 1000 146 sipush 2000
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/opc_return/jm/ |
T_opc_return_2.j | 51 sipush 1000 144 sipush 2000
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/jm/ |
T_dreturn_7.j | 51 sipush 1000
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/jm/ |
T_freturn_7.j | 51 sipush 1000
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/jm/ |
T_lreturn_7.j | 50 sipush 1000
|
/dalvik/dx/tests/031-bb-dead-code/ |
blort.j | 43 sipush 0x1234
|
/external/proguard/src/proguard/classfile/instruction/ |
Instruction.java | 54 false, // sipush 263 0, // sipush 472 1, // sipush
|
InstructionConstants.java | 253 "sipush",
|
/dalvik/dx/tests/032-bb-live-code/ |
blort.j | 177 sipush 0x1000
|
expected.txt | 254 0012: sipush #+1000
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/jsr/jm/ |
T_jsr_5.cfh | 190 // parsed:, offset 7, len 3, h: 0007: sipush #+03e8 214 // parsed:, offset 19, len 3, h: 0013: sipush #+03e8
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/jsr_w/jm/ |
T_jsr_w_5.cfh | 190 // parsed:, offset 9, len 3, h: 0009: sipush #+03e8 214 // parsed:, offset 21, len 3, h: 0015: sipush #+03e8
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteOps.java | 44 public static final int SIPUSH = 0x11; 298 /** "S": {@code sipush #byte #byte} */ 371 "11 S sipush;" +
|
BytecodeArray.java | 174 * E.g., {@code fconst_0}, {@code sipush}, and 307 case ByteOps.SIPUSH: { [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
CodeObserver.java | 237 } else if (opcode == ByteOps.SIPUSH) {
|
/dalvik/dx/tests/024-code-bytecode/ |
expected.txt | 66 0012: sipush #+5432
|
small-class.txt | 70 11 5432 # 0012: sipush #+5432
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ |
AllTests.java | 242 suite.addTestSuite(dxc.junit.opcodes.sipush.Test_sipush.class);
|