Home
last modified time | relevance | path

Searched refs:copyCode (Results 1 – 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java93 info = src.copyCode(cp, classnames, exceptions, this); in CodeAttribute()
340 private byte[] copyCode(ConstPool destCp, Map classnames, in copyCode() method in CodeAttribute
347 LdcEntry ldc = copyCode(this.info, 0, len, this.getConstPool(), in copyCode()
352 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos, in copyCode() method in CodeAttribute
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java196 copyCode(clazz, method, codeAttribute); in visitCodeAttribute0()
240 copyCode(clazz, method, codeAttribute); in visitCodeAttribute0()
336 private void copyCode(Clazz clazz, Method method, CodeAttribute codeAttribute) in copyCode() method in MethodInliner
/external/brotli/java/org/brotli/dec/
DDecode.java643 int copyCode = Prefix.COPY_RANGE_LUT[rangeIdx] + (cmdCode & 7); in decompress() local
646 state.copyLength = Prefix.COPY_LENGTH_OFFSET[copyCode] + BitReader in decompress()
647 .readBits(br, Prefix.COPY_LENGTH_N_BITS[copyCode]); in decompress()