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

/dalvik/libdex/
H A DDexSwapVerify.cpp379 u4 usedBits = 0; // Bit set: one bit per section local
432 if ((usedBits & bit) != 0) {
443 usedBits |= bit;
448 if ((usedBits & mapTypeToBitMask(kDexTypeHeaderItem)) == 0) {
453 if ((usedBits & mapTypeToBitMask(kDexTypeMapList)) == 0) {
458 if (((usedBits & mapTypeToBitMask(kDexTypeStringIdItem)) == 0)
465 if (((usedBits & mapTypeToBitMask(kDexTypeTypeIdItem)) == 0)
472 if (((usedBits & mapTypeToBitMask(kDexTypeProtoIdItem)) == 0)
479 if (((usedBits & mapTypeToBitMask(kDexTypeFieldIdItem)) == 0)
486 if (((usedBits
[all...]

Completed in 27 milliseconds