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) {
2396 * data map (done if mapType is passed as non-negative). The section
2401 u4* nextOffset, int mapType) {
2439 if (mapType >= 0) {
2440 dexDataMapAdd(state->pDataMap, offset, mapType);
2492 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) {
2399 iterateSectionWithOptionalUpdate(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) argument
2491 iterateDataSection(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) argument
[all...]

Completed in 29 milliseconds