Searched refs:LdcEntry (Results 1 – 2 of 2) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | CodeAttribute.java | 360 LdcEntry ldc = copyCode(this.info, 0, len, this.getConstPool(), in copyCode() 362 return LdcEntry.doit(newCode, ldc, etable, destCa); in copyCode() 365 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos, in copyCode() 371 LdcEntry ldcEntry = null; in copyCode() 402 LdcEntry ldc = new LdcEntry(); in copyCode() 446 static class LdcEntry { class in CodeAttribute 447 LdcEntry next; 451 static byte[] doit(byte[] code, LdcEntry ldc, ExceptionTable etable, in doit()
|
D | CodeIterator.java | 1074 CodeAttribute ca, CodeAttribute.LdcEntry ldcs) in changeLdcToLdcW() 1088 private static void addLdcW(CodeAttribute.LdcEntry ldcs, List<Branch> jumps) { in addLdcW()
|