Home | History | Annotate | Download | only in merge

Lines Matching defs:out

201             System.out.printf("Result compacted from %.1fKiB to %.1fKiB to save %.1fKiB%n",
209 System.out.printf("Merged dex #%d (%d defs/%.1fKiB)%n",
214 System.out.printf("Result is %d defs/%.1fKiB. Took %.1fs%n",
227 private final Dex.Section out;
229 protected IdMerger(Dex.Section out) {
230 this.out = out;
255 getSection(contentsOut).off = out.getPosition();
262 // Fetch the next value of the dexes we just polled out
293 getSection(contentsOut).off = out.getPosition();
849 * need to transform them out-of-order.
872 private void transformTries(Dex.Section out, Code.Try[] tries,
875 out.writeInt(tryItem.getStartAddress());
876 out.writeUnsignedShort(tryItem.getInstructionCount());
877 out.writeUnsignedShort(catchHandlerOffsets[tryItem.getCatchHandlerIndex()]);
1125 System.out.println("Usage: DexMerger <out.dex> <a.dex> <b.dex> ...");
1126 System.out.println();
1127 System.out.println(