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

/dalvik/libdex/
H A DDexSwapVerify.cpp320 static u4 mapTypeToBitMask(int mapType) { argument
321 switch (mapType) {
343 ALOGE("Unknown map item type %04x", mapType);
353 static bool isDataSectionType(int mapType) { argument
354 switch (mapType) {
2474 * data map (done if mapType is passed as non-negative). The section
2479 u4* nextOffset, int mapType) {
2517 if (mapType >= 0) {
2518 dexDataMapAdd(state->pDataMap, offset, mapType);
2570 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) {
2477 iterateSectionWithOptionalUpdate(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) argument
2569 iterateDataSection(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) argument
[all...]

Completed in 34 milliseconds