Searched defs:copyCode (Results 1 – 3 of 3) sorted by relevance
340 private byte[] copyCode(ConstPool destCp, Map classnames, in copyCode() method in CodeAttribute352 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos, in copyCode() method in CodeAttribute
336 private void copyCode(Clazz clazz, Method method, CodeAttribute codeAttribute) in copyCode() method in MethodInliner
643 int copyCode = Prefix.COPY_RANGE_LUT[rangeIdx] + (cmdCode & 7); in decompress() local