Lines Matching refs:usedBits
379 u4 usedBits = 0; // Bit set: one bit per section
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 & mapTypeToBitMask(kDexTypeMethodIdItem)) == 0)
493 if (((usedBits & mapTypeToBitMask(kDexTypeClassDefItem)) == 0)