Home
last modified time | relevance | path

Searched defs:copyCode (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java340 private byte[] copyCode(ConstPool destCp, Map classnames, in copyCode() method in CodeAttribute
352 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos, in copyCode() method in CodeAttribute
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java336 private void copyCode(Clazz clazz, Method method, CodeAttribute codeAttribute) in copyCode() method in MethodInliner