Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexSwapVerify.cpp344 static u4 mapTypeToBitMask(int mapType) { in mapTypeToBitMask() argument
345 switch (mapType) { in mapTypeToBitMask()
365 LOGE("Unknown map item type %04x", mapType); in mapTypeToBitMask()
375 static bool isDataSectionType(int mapType) { in isDataSectionType() argument
376 switch (mapType) { in isDataSectionType()
2389 u4* nextOffset, int mapType) { in iterateSectionWithOptionalUpdate() argument
2427 if (mapType >= 0) { in iterateSectionWithOptionalUpdate()
2428 dexDataMapAdd(state->pDataMap, offset, mapType); in iterateSectionWithOptionalUpdate()
2480 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) { in iterateDataSection() argument
2492 alignment, nextOffset, mapType)) { in iterateDataSection()