Searched refs:CHECK_LIST_SIZE (Results 1 – 1 of 1) sorted by relevance
/dalvik/libdex/ |
D | DexSwapVerify.cpp | 138 #define CHECK_LIST_SIZE(_ptr, _count, _elemSize) { \ macro 382 CHECK_LIST_SIZE(item, count, sizeof(DexMapItem)); in swapMap() 1047 CHECK_LIST_SIZE(item, count, sizeof(DexFieldAnnotationsItem)); in swapFieldAnnotations() 1076 CHECK_LIST_SIZE(item, count, sizeof(DexMethodAnnotationsItem)); in swapMethodAnnotations() 1106 CHECK_LIST_SIZE(item, count, sizeof(DexParameterAnnotationsItem)); in swapParameterAnnotations() 1308 CHECK_LIST_SIZE(pType, count, sizeof(DexTypeItem)); in swapTypeList() 1329 CHECK_LIST_SIZE(item, count, sizeof(DexAnnotationSetRefItem)); in swapAnnotationSetRefList() 1368 CHECK_LIST_SIZE(item, count, sizeof(u4)); in swapAnnotationSetItem() 1742 CHECK_LIST_SIZE(tries, count, sizeof(DexTry)); in swapTriesAndCatches() 1821 CHECK_LIST_SIZE(insns, count, sizeof(u2)); in swapCodeItem()
|