Searched refs:CHECK_LIST_SIZE (Results 1 – 1 of 1) sorted by relevance
/dalvik/libdex/ |
D | DexSwapVerify.cpp | 164 #define CHECK_LIST_SIZE(_ptr, _count, _elemSize) { \ macro 408 CHECK_LIST_SIZE(item, count, sizeof(DexMapItem)); in swapMap() 1067 CHECK_LIST_SIZE(item, count, sizeof(DexFieldAnnotationsItem)); in swapFieldAnnotations() 1096 CHECK_LIST_SIZE(item, count, sizeof(DexMethodAnnotationsItem)); in swapMethodAnnotations() 1126 CHECK_LIST_SIZE(item, count, sizeof(DexParameterAnnotationsItem)); in swapParameterAnnotations() 1328 CHECK_LIST_SIZE(pType, count, sizeof(DexTypeItem)); in swapTypeList() 1349 CHECK_LIST_SIZE(item, count, sizeof(DexAnnotationSetRefItem)); in swapAnnotationSetRefList() 1388 CHECK_LIST_SIZE(item, count, sizeof(u4)); in swapAnnotationSetItem() 1756 CHECK_LIST_SIZE(tries, count, sizeof(DexTry)); in swapTriesAndCatches() 1835 CHECK_LIST_SIZE(insns, count, sizeof(u2)); in swapCodeItem()
|