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

/dalvik/libdex/
H A DDexSwapVerify.cpp2459 static bool iterateSection(CheckState* state, u4 offset, u4 count, function
2466 * Like iterateSection(), but also check that the offset and count match
2484 return iterateSection(state, offset, count, func, alignment, nextOffset);
2488 * Like iterateSection(), but also update the data section map and
2722 okay = iterateSection(state, sectionOffset, sectionCount,
2727 okay = iterateSection(state, sectionOffset, sectionCount,
2732 okay = iterateSection(state, sectionOffset, sectionCount,
2737 okay = iterateSection(state, sectionOffset, sectionCount,
2742 okay = iterateSection(state, sectionOffset, sectionCount,
2753 okay = iterateSection(stat
[all...]

Completed in 145 milliseconds