Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java353 private byte[] copyCode(ConstPool destCp, Map<String,String> classnames, in copyCode() method in CodeAttribute
365 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos, in copyCode() method in CodeAttribute
/external/brotli/java/org/brotli/dec/
DDecode.java187 int copyCode = (((0x26244 >>> (rangeIdx * 2)) & 0x3) << 3) | (cmdCode & 7); in unpackCommandLookupTable() local