Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h223 typedef struct DexMapItem { struct
228 } DexMapItem; argument
235 DexMapItem list[1]; /* entries */
DDexSwapVerify.c364 DexMapItem* item = pMap->list; in swapMap()
375 CHECK_LIST_SIZE(item, count, sizeof(DexMapItem)); in swapMap()
509 sectionOffset + sizeof(u4) + (pMap->size * sizeof(DexMapItem)); in checkMapSection()
2457 const DexMapItem* item = pMap->list; in swapEverythingButHeaderAndMap()
2631 const DexMapItem* item = pMap->list; in crossVerifyEverything()