Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/
DDex.java183 public Section appendSection(int maxByteCount, String name) { in appendSection() argument
184 if ((maxByteCount & 3) != 0) { in appendSection()
187 int limit = nextSectionStart + maxByteCount; in appendSection()