Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexSwapVerify.cpp320 static u4 mapTypeToBitMask(int mapType) { in mapTypeToBitMask() argument
321 switch (mapType) { in mapTypeToBitMask()
343 ALOGE("Unknown map item type %04x", mapType); in mapTypeToBitMask()
353 static bool isDataSectionType(int mapType) { in isDataSectionType() argument
354 switch (mapType) { in isDataSectionType()
2479 u4* nextOffset, int mapType) { in iterateSectionWithOptionalUpdate() argument
2517 if (mapType >= 0) { in iterateSectionWithOptionalUpdate()
2518 dexDataMapAdd(state->pDataMap, offset, mapType); in iterateSectionWithOptionalUpdate()
2570 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) { in iterateDataSection() argument
2582 alignment, nextOffset, mapType)) { in iterateDataSection()