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