OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:codeout
(Results
1 - 1
of
1
) sorted by null
/dalvik/dx/src/com/android/dx/merge/
DexMerger.java
60
private final DexBuffer.Section
codeOut
;
133
codeOut
= dexOut.appendSection(writerSizes.code, "code");
789
codeOut
.alignToFourBytes();
790
classDataOut.writeUleb128(
codeOut
.getPosition());
798
codeOut
.assertFourByteAligned();
800
codeOut
.writeUnsignedShort(code.getRegistersSize());
801
codeOut
.writeUnsignedShort(code.getInsSize());
802
codeOut
.writeUnsignedShort(code.getOutsSize());
806
codeOut
.writeUnsignedShort(tries.length);
810
codeOut
.writeInt(debugInfoOut.getPosition())
[
all
...]
Completed in 896 milliseconds