Searched refs:bits_ (Results 1 – 1 of 1) sorted by relevance
105 #define DECODE_BITS(hb_, bits_, update_index_) \ in dvmHeapBitmapSweepWalk() argument107 if (UNLIKELY(bits_ != 0)) { \ in dvmHeapBitmapSweepWalk()113 while (bits_ != 0) { \ in dvmHeapBitmapSweepWalk()114 const int rshift = CLZ(bits_); \ in dvmHeapBitmapSweepWalk()115 bits_ &= ~(kHighBit >> rshift); \ in dvmHeapBitmapSweepWalk()