Searched refs:codeOut (Results 1 – 1 of 1) sorted by relevance
63 private final Dex.Section codeOut; field in DexMerger134 codeOut = dexOut.appendSection(writerSizes.code, "code"); in DexMerger()878 codeOut.alignToFourBytesWithZeroFill(); in transformMethods()879 classDataOut.writeUleb128(codeOut.getPosition()); in transformMethods()887 codeOut.assertFourByteAligned(); in transformCode()889 codeOut.writeUnsignedShort(code.getRegistersSize()); in transformCode()890 codeOut.writeUnsignedShort(code.getInsSize()); in transformCode()891 codeOut.writeUnsignedShort(code.getOutsSize()); in transformCode()895 codeOut.writeUnsignedShort(tries.length); in transformCode()899 codeOut.writeInt(debugInfoOut.getPosition()); in transformCode()[all …]