Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/
DDex.java62 private int nextSectionStart = 0; field in Dex
187 int limit = nextSectionStart + maxByteCount; in appendSection()
190 sectionData.position(nextSectionStart); in appendSection()
193 nextSectionStart = limit; in appendSection()
202 return nextSectionStart; in getNextSectionStart()