Searched refs:codeOut (Results 1 – 1 of 1) sorted by relevance
60 private final Dex.Section codeOut; field in DexMerger130 codeOut = dexOut.appendSection(writerSizes.code, "code"); in DexMerger()809 codeOut.alignToFourBytesWithZeroFill(); in transformMethods()810 classDataOut.writeUleb128(codeOut.getPosition()); in transformMethods()818 codeOut.assertFourByteAligned(); in transformCode()820 codeOut.writeUnsignedShort(code.getRegistersSize()); in transformCode()821 codeOut.writeUnsignedShort(code.getInsSize()); in transformCode()822 codeOut.writeUnsignedShort(code.getOutsSize()); in transformCode()826 codeOut.writeUnsignedShort(tries.length); in transformCode()830 codeOut.writeInt(debugInfoOut.getPosition()); in transformCode()[all …]