Searched refs:LdcEntry (Results 1 – 2 of 2) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | CodeAttribute.java | 347 LdcEntry ldc = copyCode(this.info, 0, len, this.getConstPool(), in copyCode() 349 return LdcEntry.doit(newCode, ldc, etable, destCa); in copyCode() 352 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos, in copyCode() 358 LdcEntry ldcEntry = null; in copyCode() 389 LdcEntry ldc = new LdcEntry(); in copyCode() 427 static class LdcEntry { class in CodeAttribute 428 LdcEntry next; 432 static byte[] doit(byte[] code, LdcEntry ldc, ExceptionTable etable, in doit()
|
D | CodeIterator.java | 1046 CodeAttribute ca, CodeAttribute.LdcEntry ldcs) in changeLdcToLdcW() 1060 private static void addLdcW(CodeAttribute.LdcEntry ldcs, ArrayList jumps) { in addLdcW()
|