Searched refs:copyCode (Results 1 - 5 of 5) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java93 info = src.copyCode(cp, classnames, exceptions, this);
340 private byte[] copyCode(ConstPool destCp, Map classnames, method in class:CodeAttribute
347 LdcEntry ldc = copyCode(this.info, 0, len, this.getConstPool(),
352 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos, method in class:CodeAttribute
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java113 copyCode(clazz, method, codeAttribute);
127 private void copyCode(Clazz clazz, Method method, CodeAttribute codeAttribute) method in class:TailRecursionSimplifier
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java159 copyCode(clazz, method, codeAttribute);
203 copyCode(clazz, method, codeAttribute);
299 private void copyCode(Clazz clazz, Method method, CodeAttribute codeAttribute) method in class:MethodInliner
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 345 milliseconds