/cts/tools/dx-tests/src/dxc/junit/opcodes/ldc_w/ |
Test_ldc_w.java | 17 package dxc.junit.opcodes.ldc_w; 21 import dxc.junit.opcodes.ldc_w.jm.T_ldc_w_1; 22 import dxc.junit.opcodes.ldc_w.jm.T_ldc_w_2; 54 Class.forName("dxc.junit.opcodes.ldc_w.jm.T_ldc_w_4"); 68 Class.forName("dxc.junit.opcodes.ldc_w.jm.T_ldc_w_5");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ldc_w/jm/ |
T_ldc_w_1.j | 16 .class public dxc/junit/opcodes/ldc_w/jm/T_ldc_w_1 28 ldc_w 1.54
|
T_ldc_w_2.j | 16 .class public dxc/junit/opcodes/ldc_w/jm/T_ldc_w_2 28 ldc_w 2000000000
|
T_ldc_w_4.j | 16 .class public dxc/junit/opcodes/ldc_w/jm/T_ldc_w_4 28 ldc_w 3.14f
|
T_ldc_w_5.j | 16 .class public dxc/junit/opcodes/ldc_w/jm/T_ldc_w_5 31 ldc_w 3.14f
|
T_ldc_w_1.java | 17 package dxc.junit.opcodes.ldc_w.jm;
|
T_ldc_w_2.java | 17 package dxc.junit.opcodes.ldc_w.jm;
|
T_ldc_w_4.java | 17 package dxc.junit.opcodes.ldc_w.jm;
|
T_ldc_w_5.java | 17 package dxc.junit.opcodes.ldc_w.jm;
|
T_ldc_w_4.cfh | 1 //@class:dxc/junit/opcodes/ldc_w/jm/T_ldc_w_4 49 // parsed:, offset 108, len 39, h: 000c: utf8{"dxc/junit/opcodes/ldc_w/jm/T_ldc_w_4"} 52 // parsed:, offset 147, len 3, h: 000d: type{dxc.junit.opcodes.ldc_w.jm.T_ldc_w_4} 62 // parsed:, offset 155, len 2, h: this_class: type{dxc.junit.opcodes.ldc_w.jm.T_ldc_w_4} 155 // parsed:, offset 0, len 3, h: 0000: ldc_w #4048f5c3 // 3.14
|
T_ldc_w_5.cfh | 1 //@class:dxc/junit/opcodes/ldc_w/jm/T_ldc_w_5 52 // parsed:, offset 117, len 39, h: 000e: utf8{"dxc/junit/opcodes/ldc_w/jm/T_ldc_w_5"} 55 // parsed:, offset 156, len 3, h: 000f: type{dxc.junit.opcodes.ldc_w.jm.T_ldc_w_5} 65 // parsed:, offset 164, len 2, h: this_class: type{dxc.junit.opcodes.ldc_w.jm.T_ldc_w_5} 164 // parsed:, offset 4, len 3, h: 0004: ldc_w #4048f5c3 // 3.14
|
/dalvik/dx/tests/024-code-bytecode/ |
expected.txt | 70 001b: ldc_w string{"Small"} 71 001e: ldc_w #+12345678 72 0021: ldc_w #42f6e666 // 123.45
|
small-class.txt | 74 13 0008 # 001b: ldc_w <string> 75 13 0009 # 001e: ldc_w <integer> 76 13 000a # 0021: ldc_w <float>
|
/external/javassist/src/main/javassist/bytecode/ |
Mnemonic.java | 57 "ldc_w", /* 19*/
|
Opcode.java | 189 int LDC_W = 19; 263 1, // ldc_w, 19
|
CodeAttribute.java | 365 case LDC_W : 444 code[where] = (byte)Opcode.LDC_W;
|
Bytecode.java | [all...] |
InstructionPrinter.java | 73 case LDC_W :
|
/external/proguard/src/proguard/classfile/instruction/ |
Instruction.java | 56 false, // ldc_w 265 0, // ldc_w 474 1, // ldc_w
|
InstructionConstants.java | 255 "ldc_w",
|
/dalvik/dx/tests/032-bb-live-code/ |
blort.j | 179 ldc_w "y"
|
expected.txt | 258 0017: ldc_w string{"y"}
|
/external/emma/core/java12/com/vladium/jcd/compiler/ |
CodeGen.java | 95 else // must use ldc_w
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteOps.java | 46 public static final int LDC_W = 0x13; 373 "13 p:IFcs ldc_w;" +
|
/dalvik/docs/ |
java-constraints.html | 245 The operands of <code>ldc</code> and <code>ldc_w</code> instructions
|