Searched defs:nextSectionStart (Results 1 - 1 of 1) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
H A DDex.java62 private int nextSectionStart = 0; field in class:Dex
202 int limit = nextSectionStart + maxByteCount;
205 sectionData.position(nextSectionStart);
208 nextSectionStart = limit;
217 return nextSectionStart;

Completed in 147 milliseconds