HomeSort by relevance Sort by last modified time
    Searched defs:ldc (Results 1 - 9 of 9) sorted by null

  /cts/tools/dx-tests/src/dxc/junit/opcodes/ldc/jm/
T_ldc_1.java 17 package dxc.junit.opcodes.ldc.jm;
T_ldc_2.java 17 package dxc.junit.opcodes.ldc.jm;
T_ldc_3.java 17 package dxc.junit.opcodes.ldc.jm;
T_ldc_4.java 17 package dxc.junit.opcodes.ldc.jm;
T_ldc_5.java 17 package dxc.junit.opcodes.ldc.jm;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ldc/
Test_ldc.java 17 package dxc.junit.opcodes.ldc;
21 import dxc.junit.opcodes.ldc.jm.T_ldc_1;
22 import dxc.junit.opcodes.ldc.jm.T_ldc_2;
23 import dxc.junit.opcodes.ldc.jm.T_ldc_3;
65 Class.forName("dxc.junit.opcodes.ldc.jm.T_ldc_4");
78 Class.forName("dxc.junit.opcodes.ldc.jm.T_ldc_5");
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 71 case LDC:
72 return opstring + " " + ldc(pool, iter.byteAt(pos + 1));
75 return opstring + " " + ldc(pool, iter.u16bitAt(pos + 1));
262 private static String ldc(ConstPool pool, int index) { method in class:InstructionPrinter
278 throw new RuntimeException("bad LDC: " + tag);
CodeAttribute.java 347 LdcEntry ldc = copyCode(this.info, 0, len, this.getConstPool(), local
349 return LdcEntry.doit(newCode, ldc, etable, destCa);
381 case LDC :
389 LdcEntry ldc = new LdcEntry(); local
390 ldc.where = i;
391 ldc.index = index;
392 ldc.next = ldcEntry;
393 ldcEntry = ldc;
432 static byte[] doit(byte[] code, LdcEntry ldc, ExceptionTable etable,
436 if (ldc != null
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 455 milliseconds