Searched refs:highBit (Results 1 – 1 of 1) sorted by relevance
107 unsigned long highBit = 1 << (HB_BITS_PER_WORD - 1); in dvmHeapBitmapWalk() local113 word &= ~(highBit >> shift); in dvmHeapBitmapWalk()142 unsigned long highBit = 1 << (HB_BITS_PER_WORD - 1); in dvmHeapBitmapScanWalk() local149 word &= ~(highBit >> shift); in dvmHeapBitmapScanWalk()191 unsigned long highBit = 1 << (HB_BITS_PER_WORD - 1); in dvmHeapBitmapSweepWalk() local195 garbage &= ~(highBit >> shift); in dvmHeapBitmapSweepWalk()