Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h245 struct DexMapItem { struct
257 DexMapItem list[1]; /* entries */ argument
DDexSwapVerify.cpp397 DexMapItem* item = pMap->list; in swapMap()
408 CHECK_LIST_SIZE(item, count, sizeof(DexMapItem)); in swapMap()
542 sectionOffset + sizeof(u4) + (pMap->size * sizeof(DexMapItem)); in checkMapSection()
2527 const DexMapItem* item = pMap->list; in swapEverythingButHeaderAndMap()
2701 const DexMapItem* item = pMap->list; in crossVerifyEverything()