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

/dalvik/libdex/
H A DDexSwapVerify.cpp401 u4 usedBits = 0; // Bit set: one bit per section local
454 if ((usedBits & bit) != 0) {
459 usedBits |= bit;
464 if ((usedBits & mapTypeToBitMask(kDexTypeHeaderItem)) == 0) {
469 if ((usedBits & mapTypeToBitMask(kDexTypeMapList)) == 0) {
474 if (((usedBits & mapTypeToBitMask(kDexTypeStringIdItem)) == 0)
481 if (((usedBits & mapTypeToBitMask(kDexTypeTypeIdItem)) == 0)
488 if (((usedBits & mapTypeToBitMask(kDexTypeProtoIdItem)) == 0)
495 if (((usedBits & mapTypeToBitMask(kDexTypeFieldIdItem)) == 0)
502 if (((usedBits
[all...]

Completed in 1269 milliseconds