Searched refs:byteCount (Results 1 - 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java1121 typeList += fourByteAlign(contents.typeLists.byteCount); // We count each dex's
1127 stringData += contents.stringDatas.byteCount;
1128 annotationsDirectory += contents.annotationsDirectories.byteCount;
1129 annotationsSet += contents.annotationSets.byteCount;
1130 annotationsSetRefList += contents.annotationSetRefLists.byteCount;
1133 code += contents.codes.byteCount;
1134 classData += contents.classDatas.byteCount;
1135 encodedArray += contents.encodedArrays.byteCount;
1136 annotation += contents.annotations.byteCount;
1137 debugInfo += contents.debugInfos.byteCount;
[all...]
/dalvik/dx/src/com/android/dx/io/
H A DDexIndexPrinter.java46 + " byteCount=" + Integer.toHexString(section.byteCount));
/dalvik/dx/src/com/android/dex/
H A DTableOfContents.java160 section.byteCount = end - section.off;
223 public int byteCount = 0; field in class:TableOfContents.Section
H A DDex.java88 public Dex(int byteCount) throws IOException { argument
89 this.data = ByteBuffer.wrap(new byte[byteCount]);

Completed in 2460 milliseconds