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

/dalvik/libdex/
H A DDexSwapVerify.cpp2479 u4* nextOffset, int mapType) {
2525 if (nextOffset != NULL) {
2526 *nextOffset = offset;
2538 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) {
2540 alignment, nextOffset, -1);
2549 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) {
2562 return iterateSection(state, offset, count, func, alignment, nextOffset);
2570 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) {
2574 assert(nextOffset != NULL);
2582 alignment, nextOffset, mapTyp
2477 iterateSectionWithOptionalUpdate(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) argument
2537 iterateSection(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset) argument
2547 checkBoundsAndIterateSection(CheckState* state, u4 offset, u4 count, u4 expectedOffset, u4 expectedCount, ItemVisitorFunction* func, u4 alignment, u4* nextOffset) argument
2569 iterateDataSection(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) argument
[all...]

Completed in 52 milliseconds