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

/dalvik/libdex/
H A DDexSwapVerify.cpp344 static u4 mapTypeToBitMask(int mapType) { argument
345 switch (mapType) {
365 ALOGE("Unknown map item type %04x", mapType);
375 static bool isDataSectionType(int mapType) { argument
376 switch (mapType) {
2384 * data map (done if mapType is passed as non-negative). The section
2389 u4* nextOffset, int mapType) {
2427 if (mapType >= 0) {
2428 dexDataMapAdd(state->pDataMap, offset, mapType);
2480 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) {
2387 iterateSectionWithOptionalUpdate(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) argument
2479 iterateDataSection(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) argument
[all...]

Completed in 74 milliseconds