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

/dalvik/libdex/
H A DDexSwapVerify.cpp2537 static bool iterateSection(CheckState* state, u4 offset, u4 count, function
2544 * Like iterateSection(), but also check that the offset and count match
2562 return iterateSection(state, offset, count, func, alignment, nextOffset);
2566 * Like iterateSection(), but also update the data section map and
2812 okay = iterateSection(state, sectionOffset, sectionCount,
2817 okay = iterateSection(state, sectionOffset, sectionCount,
2822 okay = iterateSection(state, sectionOffset, sectionCount,
2827 okay = iterateSection(state, sectionOffset, sectionCount,
2832 okay = iterateSection(state, sectionOffset, sectionCount,
2843 okay = iterateSection(stat
[all...]

Completed in 286 milliseconds