HomeSort by relevance Sort by last modified time
    Searched full:ldc_w (Results 1 - 25 of 28) sorted by null

1 2

  /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/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;" +
BytecodeArray.java 182 * <li>{@code ldc_w} becomes {@code ldc}.</li>
321 case ByteOps.LDC_W: {
    [all...]
  /dalvik/docs/
java-constraints.html 245 The operands of <code>ldc</code> and <code>ldc_w</code> instructions
java-bytecode.html 35 <tr class="d"><td>0x13</td><td>19</td><td>ldc_w</td></tr>
  /cts/tools/dx-tests/src/dxc/junit/opcodes/
AllTests.java 200 suite.addTestSuite(dxc.junit.opcodes.ldc_w.Test_ldc_w.class);
  /external/emma/core/java12/com/vladium/jcd/opcodes/
IOpcodes.java 250 "ldc_w", // 0x13 19
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 281 milliseconds

1 2