Home
last modified time | relevance | path

Searched refs:LdcEntry (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java360 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()
DCodeIterator.java1074 CodeAttribute ca, CodeAttribute.LdcEntry ldcs) in changeLdcToLdcW()
1088 private static void addLdcW(CodeAttribute.LdcEntry ldcs, List<Branch> jumps) { in addLdcW()