HomeSort by relevance Sort by last modified time
    Searched refs:codeOut (Results 1 - 2 of 2) sorted by null

  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 60 private final Dex.Section codeOut;
135 codeOut = dexOut.appendSection(writerSizes.code, "code");
808 codeOut.alignToFourBytesWithZeroFill();
809 classDataOut.writeUleb128(codeOut.getPosition());
817 codeOut.assertFourByteAligned();
819 codeOut.writeUnsignedShort(code.getRegistersSize());
820 codeOut.writeUnsignedShort(code.getInsSize());
821 codeOut.writeUnsignedShort(code.getOutsSize());
825 codeOut.writeUnsignedShort(tries.length);
829 codeOut.writeInt(debugInfoOut.getPosition())
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 332 milliseconds