Searched refs:appendSection (Results 1 – 2 of 2) sorted by relevance
/dalvik/dx/src/com/android/dx/merge/ |
D | DexMerger.java | 111 headerOut = dexOut.appendSection(writerSizes.header, "header"); in DexMerger() 112 idsDefsOut = dexOut.appendSection(writerSizes.idsDefs, "ids defs"); in DexMerger() 119 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list"); in DexMerger() 122 typeListOut = dexOut.appendSection(writerSizes.typeList, "type list"); in DexMerger() 125 annotationSetRefListOut = dexOut.appendSection( in DexMerger() 129 annotationSetOut = dexOut.appendSection(writerSizes.annotationsSet, "annotation sets"); in DexMerger() 132 classDataOut = dexOut.appendSection(writerSizes.classData, "class data"); in DexMerger() 135 codeOut = dexOut.appendSection(writerSizes.code, "code"); in DexMerger() 138 stringDataOut = dexOut.appendSection(writerSizes.stringData, "string data"); in DexMerger() 141 debugInfoOut = dexOut.appendSection(writerSizes.debugInfo, "debug info"); in DexMerger() [all …]
|
/dalvik/dx/src/com/android/dex/ |
D | Dex.java | 184 public Section appendSection(int maxByteCount, String name) { in appendSection() method in Dex
|