Searched refs:nextOffset (Results 1 – 2 of 2) sorted by relevance
/dalvik/dx/src/com/android/dx/cf/cst/ |
D | ConstantPoolParser.java | 164 int nextOffset = endOffset; in parse() local 168 nextOffset = off; in parse() 175 observer.parsed(bytes, offset, nextOffset - offset, human); in parse()
|
/dalvik/libdex/ |
D | DexSwapVerify.cpp | 2479 u4* nextOffset, int mapType) { in iterateSectionWithOptionalUpdate() argument 2525 if (nextOffset != NULL) { in iterateSectionWithOptionalUpdate() 2526 *nextOffset = offset; in iterateSectionWithOptionalUpdate() 2538 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) { in iterateSection() argument 2540 alignment, nextOffset, -1); in iterateSection() 2549 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) { in checkBoundsAndIterateSection() argument 2562 return iterateSection(state, offset, count, func, alignment, nextOffset); in checkBoundsAndIterateSection() 2570 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) { in iterateDataSection() argument 2574 assert(nextOffset != NULL); in iterateDataSection() 2582 alignment, nextOffset, mapType)) { in iterateDataSection() [all …]
|