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

/dalvik/dx/src/com/android/dex/
H A DDex.java184 public Section appendSection(int maxByteCount, String name) { argument
185 if ((maxByteCount & 3) != 0) {
188 int limit = nextSectionStart + maxByteCount;

Completed in 21 milliseconds