Searched refs:appendSection (Results 1 – 2 of 2) sorted by relevance
/dalvik/dx/src/com/android/dx/merge/ |
D | DexMerger.java | 110 headerOut = dexOut.appendSection(writerSizes.header, "header"); in DexMerger() 111 idsDefsOut = dexOut.appendSection(writerSizes.idsDefs, "ids defs"); in DexMerger() 118 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list"); in DexMerger() 121 typeListOut = dexOut.appendSection(writerSizes.typeList, "type list"); in DexMerger() 124 annotationSetRefListOut = dexOut.appendSection( in DexMerger() 128 annotationSetOut = dexOut.appendSection(writerSizes.annotationsSet, "annotation sets"); in DexMerger() 131 classDataOut = dexOut.appendSection(writerSizes.classData, "class data"); in DexMerger() 134 codeOut = dexOut.appendSection(writerSizes.code, "code"); in DexMerger() 137 stringDataOut = dexOut.appendSection(writerSizes.stringData, "string data"); in DexMerger() 140 debugInfoOut = dexOut.appendSection(writerSizes.debugInfo, "debug info"); in DexMerger() [all …]
|
/dalvik/dx/src/com/android/dex/ |
D | Dex.java | 183 public Section appendSection(int maxByteCount, String name) { in appendSection() method in Dex
|