Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java62 private final Dex.Section codeOut; field in DexMerger
137 codeOut = dexOut.appendSection(writerSizes.code, "code"); in DexMerger()
811 codeOut.alignToFourBytesWithZeroFill(); in transformMethods()
812 classDataOut.writeUleb128(codeOut.getPosition()); in transformMethods()
820 codeOut.assertFourByteAligned(); in transformCode()
822 codeOut.writeUnsignedShort(code.getRegistersSize()); in transformCode()
823 codeOut.writeUnsignedShort(code.getInsSize()); in transformCode()
824 codeOut.writeUnsignedShort(code.getOutsSize()); in transformCode()
828 codeOut.writeUnsignedShort(tries.length); in transformCode()
832 codeOut.writeInt(debugInfoOut.getPosition()); in transformCode()
[all …]