Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexSwapVerify.cpp375 u4 usedBits = 0; // Bit set: one bit per section in swapMap() local
428 if ((usedBits & bit) != 0) { in swapMap()
433 usedBits |= bit; in swapMap()
438 if ((usedBits & mapTypeToBitMask(kDexTypeHeaderItem)) == 0) { in swapMap()
443 if ((usedBits & mapTypeToBitMask(kDexTypeMapList)) == 0) { in swapMap()
448 if (((usedBits & mapTypeToBitMask(kDexTypeStringIdItem)) == 0) in swapMap()
455 if (((usedBits & mapTypeToBitMask(kDexTypeTypeIdItem)) == 0) in swapMap()
462 if (((usedBits & mapTypeToBitMask(kDexTypeProtoIdItem)) == 0) in swapMap()
469 if (((usedBits & mapTypeToBitMask(kDexTypeFieldIdItem)) == 0) in swapMap()
476 if (((usedBits & mapTypeToBitMask(kDexTypeMethodIdItem)) == 0) in swapMap()
[all …]