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

/dalvik/libdex/
H A DDexFile.h222 typedef struct DexMapItem { struct
227 } DexMapItem; typedef in typeref:struct:DexMapItem
234 DexMapItem list[1]; /* entries */
H A DDexSwapVerify.c396 DexMapItem* item = pMap->list;
407 CHECK_LIST_SIZE(item, count, sizeof(DexMapItem));
541 sectionOffset + sizeof(u4) + (pMap->size * sizeof(DexMapItem));
2513 const DexMapItem* item = pMap->list;
2687 const DexMapItem* item = pMap->list;

Completed in 19 milliseconds