Searched refs:SWAP_INDEX4 (Results 1 – 1 of 1) sorted by relevance
/dalvik/libdex/ |
D | DexSwapVerify.cpp | 194 #define SWAP_INDEX4(_field, _limit) { \ macro 568 SWAP_INDEX4(item->descriptorIdx, state->pHeader->stringIdsSize); in swapTypeIdItem() 602 SWAP_INDEX4(item->shortyIdx, state->pHeader->stringIdsSize); in swapProtoIdItem() 603 SWAP_INDEX4(item->returnTypeIdx, state->pHeader->typeIdsSize); in swapProtoIdItem() 754 SWAP_INDEX4(item->nameIdx, state->pHeader->stringIdsSize); in swapFieldIdItem() 826 SWAP_INDEX4(item->nameIdx, state->pHeader->stringIdsSize); in swapMethodIdItem() 890 SWAP_INDEX4(item->classIdx, state->pHeader->typeIdsSize); in swapClassDefItem() 1111 SWAP_INDEX4(item->fieldIdx, state->pHeader->fieldIdsSize); in swapFieldAnnotations() 1141 SWAP_INDEX4(item->methodIdx, state->pHeader->methodIdsSize); in swapMethodAnnotations() 1172 SWAP_INDEX4(item->methodIdx, state->pHeader->methodIdsSize); in swapParameterAnnotations()
|